Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
fix: typos in i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzeng committed Jul 15, 2023
1 parent 7d200c2 commit 46d7952
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"determinated"
]
}
6 changes: 3 additions & 3 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"message": "Determinate"
},
"nothingChanged": {
"message": "Uhh ... Nothing changed"
"message": "Uhh... Nothing changed."
},
"allAdded": {
"message": "All terminated successfully."
Expand All @@ -48,10 +48,10 @@
"message": "Websites terminated: $1; still some problems remain."
},
"allRemoved": {
"message": "All unterminated successfully."
"message": "All determinated successfully."
},
"notAllRemoved": {
"message": "Websites unterminated: $1; still some problems remain."
"message": "Websites determinated: $1; still some problems remain."
},
"addActionHint": {
"message": "$1 Terminated successfully<br />$2 Already terminated or duplicated in the list<br />$3 Illegal domain or URL"
Expand Down

0 comments on commit 46d7952

Please sign in to comment.