Skip to content

Commit

Permalink
fix(ui): rename "Wallet On Telegram" to "Wallet in Telegram"
Browse files Browse the repository at this point in the history
  • Loading branch information
thekiba committed Dec 10, 2024
1 parent 3c17e50 commit 17eb9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui/src/app/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
},
"walletItem": {
"walletOn": "Wallet On",
"walletOn": "Wallet in",
"recent": "Recent",
"installed": "Installed",
"popular": "Popular"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const WalletLabeledItem: Component<WalletLabeledItemProps> = props => {
{props.wallet.appName === AT_WALLET_APP_NAME ? (
<WalletItem
icon={props.wallet.imageUrl}
name={t('walletItem.walletOn', {}, 'Wallet On')}
name={t('walletItem.walletOn', {}, 'Wallet in')}
secondLine="Telegram"
badgeUrl={IMG.TG}
onClick={() => props.onClick()}
Expand Down

0 comments on commit 17eb9f4

Please sign in to comment.