Skip to content

Commit

Permalink
chore: remove duplicate key
Browse files Browse the repository at this point in the history
  • Loading branch information
icfor committed Apr 9, 2024
1 parent 475faec commit 3433634
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion public/locales/en/staking.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@
"inactive": "Your tokens are ready to be withdrawn."
}
},
"stakeAccounts": "Accounts",
"staked by forbole": "Staked by Forbole",
"staking": {
"days_one": "{{count}} day",
Expand Down
1 change: 0 additions & 1 deletion public/locales/zh-CN/staking.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
"inactive": "您的代币已准备好提取。"
}
},
"stakeAccounts": "账户",
"staked by forbole": "Forbole 质押",
"staking": {
"days_other": "{{count}}天"
Expand Down
1 change: 0 additions & 1 deletion public/locales/zh-HK/staking.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
"inactive": "您的代幣已準備好提取。"
}
},
"stakeAccounts": "Accounts",
"staked by forbole": "Forbole 質押",
"staking": {
"days_other": "{{count}}日"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ const StakingDataBox = ({ network, onFocusContent }: PopOverProps) => {
)}
{!!stakeAccounts?.length && (
<div className={styles.stakeAccounts}>
<div>{t("stakeAccounts")}</div>
<div>{t("accounts")}</div>
<div className={styles.navWrapper}>
<StakeAccountsNum>{stakeAccounts.length}</StakeAccountsNum>{" "}
<button
Expand Down

0 comments on commit 3433634

Please sign in to comment.