Skip to content

Commit

Permalink
fixup! Fix grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon-edge committed Jun 14, 2024
1 parent 4a160bb commit dcdea0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/actions/WalletListActions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const getFirstCurrencyAddress = async (params: { pluginId?: string; currencyCode
<ButtonsModal
bridge={bridge}
title={lstrings.fragment_create_wallet_create_wallet}
message={sprintf(lstrings.wallet_list_referral_link_ask_wallet_creation, currencyCode)}
message={sprintf(lstrings.wallet_list_referral_link_ask_wallet_creation_1s, currencyCode)}
buttons={{
ok: { label: lstrings.yes },
cancel: { label: lstrings.no }
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ const strings = {
wallet_list_add_token: 'Add Token',
wallet_list_referral_link_currency_invalid: 'Currency to create is invalid',
wallet_list_referral_link_currency_loading: 'Hang tight. Creating wallet necessary for this promotion',
wallet_list_referral_link_ask_wallet_creation: 'You need a %s wallet for this promotion, do you want to create one?',
wallet_list_referral_link_ask_wallet_creation_1s: 'You need a %1$s wallet for this promotion. Do you want to create one?',
wallet_list_wallet_search: 'Search Wallets',
compromised_key_label: 'Compromised Key',
create_wallet_choice_new_button: 'Create New Wallet',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/strings/enUS.json
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
"wallet_list_add_token": "Add Token",
"wallet_list_referral_link_currency_invalid": "Currency to create is invalid",
"wallet_list_referral_link_currency_loading": "Hang tight. Creating wallet necessary for this promotion",
"wallet_list_referral_link_ask_wallet_creation": "You need a %s wallet for this promotion, do you want to create one?",
"wallet_list_referral_link_ask_wallet_creation_1s": "You need a %1$s wallet for this promotion. Do you want to create one?",
"wallet_list_wallet_search": "Search Wallets",
"compromised_key_label": "Compromised Key",
"create_wallet_choice_new_button": "Create New Wallet",
Expand Down

0 comments on commit dcdea0d

Please sign in to comment.