Skip to content

Commit 66ef5e5

Browse files
committed
Corrected typo
1 parent f7b1ee1 commit 66ef5e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • translate-messages/src/translate_messages/lib

translate-messages/src/translate_messages/lib/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
),
2727
init=sn(
2828
args=['-i', '--init'],
29-
action='store_true', help='Create .translate-msgs.config.jsojson5nc file to store default options'
29+
action='store_true', help='Create .translate-msgs.config.json5 file to store default options'
3030
),
3131
force=sn(
3232
args=['-f', '--force', '--overwrite'],

0 commit comments

Comments
 (0)