diff --git a/pandora/0xdb.jsonc b/pandora/0xdb.jsonc index df662574..6e97922d 100644 --- a/pandora/0xdb.jsonc +++ b/pandora/0xdb.jsonc @@ -382,6 +382,7 @@ "title": "Number of Cuts", "type": "integer", "columnWidth": 60, + "format": {"type": "number", "args": []}, "value": {"key": "cuts", "type": "length"} }, { @@ -393,9 +394,10 @@ }, { "id": "words", - "title": "Words", + "title": "Number of Words", "type": "integer", "columnWidth": 60, + "format": {"type": "number", "args": []}, "value": {"layer": "subtitles", "type": "words"} }, { diff --git a/pandora/padma.jsonc b/pandora/padma.jsonc index 636d5e3a..9c448b0d 100644 --- a/pandora/padma.jsonc +++ b/pandora/padma.jsonc @@ -311,6 +311,7 @@ "title": "Number of Cuts", "type": "integer", "columnWidth": 60, + "format": {"type": "number", "args": []}, "value": {"key": "cuts", "type": "length"} }, { @@ -322,9 +323,10 @@ }, { "id": "words", - "title": "Words", + "title": "Number of Words", "type": "integer", "columnWidth": 60, + "format": {"type": "number", "args": []}, "value": {"layer": "subtitles", "type": "words"} }, {