Skip to content

Commit

Permalink
react-app: Update Likecoin texts to LikeCoin
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico committed Jul 29, 2022
1 parent 0f00af2 commit e791776
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions react-app/src/i18n/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"auth.loginFailure": "Failed to login, please try again",
"footer.contactSupport": "Contact Support",
"footer.getToken": "Get Token",
"footer.likecoin": "© {year} Likecoin",
"footer.likecoin": "© {year} LikeCoin",
"footer.needHelp": "Need help?",
"form.validation.address.invalidAddress": "Invalid address",
"form.validation.address.invalidPrefix": "Invalid address prefix, please use address with prefix `{prefix}`",
Expand All @@ -239,7 +239,7 @@
"reactions.confused": "Confused",
"reactions.dislike": "Dislike",
"reactions.like": "Like",
"reactions.likecoin": "Likecoin",
"reactions.likecoin": "LikeCoin",
"reactions.thinking": "Thinking",
"reactions.whatever": "Whatever",
"transaction.broadcasting": "Broadcasting transaction...",
Expand Down
4 changes: 2 additions & 2 deletions react-app/src/i18n/translations/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
"auth.loginFailure": "Failed to login, please try again",
"footer.contactSupport": "Contact Support",
"footer.getToken": "Get Token",
"footer.likecoin": "© {year} Likecoin",
"footer.likecoin": "© {year} LikeCoin",
"footer.needHelp": "Need help?",
"form.validation.address.invalidAddress": "Invalid address",
"form.validation.address.invalidPrefix": "Invalid address prefix, please use address with prefix `{prefix}`",
Expand All @@ -239,7 +239,7 @@
"reactions.confused": "Confused",
"reactions.dislike": "Dislike",
"reactions.like": "Like",
"reactions.likecoin": "Likecoin",
"reactions.likecoin": "LikeCoin",
"reactions.thinking": "Thinking",
"reactions.whatever": "Whatever",
"transaction.broadcasting": "Broadcasting transaction...",
Expand Down
2 changes: 1 addition & 1 deletion react-app/src/providers/AuthProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function makeSignInWithCosmosMessage(
): string {
const now = new Date();
return (
`${url.host} wants you to sign in with your Likecoin account:\n` +
`${url.host} wants you to sign in with your LikeCoin account:\n` +
`${address}\n\n\n\n` +
`URI: ${url.origin}\n` +
`Version: 1\n` +
Expand Down

0 comments on commit e791776

Please sign in to comment.