Skip to content

Commit

Permalink
fix: fix spelling for choice prompt (#814)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Overmeyer <[email protected]>
  • Loading branch information
mattkanwisher and movermeyer authored Apr 28, 2023
1 parent 450bc19 commit a2c035b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
"prompt.button_reenter": "Re-enter",
"prompt.button_skip": "Continue without override",
"prompt.button_yes": "Yes",
"prompt.choice_key_to_insert": "Choice a key to insert",
"prompt.choice_key_to_open": "Choice a key to open in the editor...",
"prompt.choice_key_to_insert": "Choose a key to insert",
"prompt.choice_key_to_open": "Choose a key to open in the editor...",
"prompt.choice_locale": "Choose a locale",
"prompt.config_locales_auto_success": "Locales path auto set to \"{0}\".",
"prompt.config_locales_button": "Config Now",
Expand Down

0 comments on commit a2c035b

Please sign in to comment.