Skip to content

Commit

Permalink
fix: localization
Browse files Browse the repository at this point in the history
Closes #73
  • Loading branch information
Skelmis committed May 16, 2024
1 parent 4b3b54e commit b262629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion suggestions/locales/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"CLEAR_NAME": "clear",
"CLEAR_DESCRIPTION": "Remove a suggestion and any associated messages.",
"CLEAR_ARG_SUGGESTION_ID_NAME": "suggestion_id",
"CLEAR_ARG_SUGGESTION_ID_DESCRIPTION": "The sID you wish to reject",
"CLEAR_ARG_SUGGESTION_ID_DESCRIPTION": "The sID you wish to clear",
"CLEAR_ARG_RESPONSE_NAME": "response",
"CLEAR_ARG_RESPONSE_DESCRIPTION": "An optional response to add to the suggestion",
"STATS_NAME": "stats",
Expand Down
2 changes: 1 addition & 1 deletion suggestions/locales/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"CLEAR_NAME": "clear",
"CLEAR_DESCRIPTION": "Remove a suggestion and any associated messages.",
"CLEAR_ARG_SUGGESTION_ID_NAME": "suggestion_id",
"CLEAR_ARG_SUGGESTION_ID_DESCRIPTION": "The sID you wish to reject",
"CLEAR_ARG_SUGGESTION_ID_DESCRIPTION": "The sID you wish to clear",
"CLEAR_ARG_RESPONSE_NAME": "response",
"CLEAR_ARG_RESPONSE_DESCRIPTION": "An optional response to add to the suggestion",
"STATS_NAME": "stats",
Expand Down

0 comments on commit b262629

Please sign in to comment.