Skip to content

Commit 66d24c4

Browse files
authored
Fix: Fixed wrong total editing time format (#12301)
1 parent d84088c commit 66d24c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Files.App/Resources/PreviewPanePropertiesInformation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@
332332
"SectionResource": "Document",
333333
"Property": "System.Document.TotalEditingTime",
334334
"IsReadOnly": true,
335+
"DisplayFunctionName": "FormatDuration",
335336
"ID": null
336337
},
337338
{

src/Files.App/Resources/PropertiesInformation.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,7 @@
434434
"SectionResource": "Document",
435435
"Property": "System.Document.TotalEditingTime",
436436
"IsReadOnly": true,
437+
"DisplayFunctionName": "FormatDuration",
437438
"ID": null
438439
},
439440
{

0 commit comments

Comments
 (0)