Skip to content

Commit

Permalink
fix(suite): Fix staking copy
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka authored and komret committed Jun 21, 2024
1 parent ef3c425 commit b7167b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/suite-data/files/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1784,7 +1784,7 @@
"TR_STAKE_DAYS": "{count, plural, one {# day} other {# days}}",
"TR_STAKE_DELEGATED": "Stake delegation",
"TR_STAKE_DEREGISTERED": "Deregistration of a stake address",
"TR_STAKE_ENTERING_POOL_MAY_TAKE": "Entering the staking pool may take up to {count, plural, one {# day} few {# days} other {# days}}",
"TR_STAKE_ENTERING_POOL_MAY_TAKE": "Entering the staking pool may take up to {count, plural, one {# day} other {# days}}",
"TR_STAKE_ETH": "Stake Ethereum",
"TR_STAKE_ETH_BADGE": "New",
"TR_STAKE_ETH_CARD_TITLE": "The easiest way to earn {symbol}.",
Expand Down Expand Up @@ -1835,7 +1835,7 @@
"TR_STAKE_UNSTAKE_TO_CLAIM": "Unstake to claim",
"TR_STAKE_UNSTAKING": "Unstaking",
"TR_STAKE_UNSTAKING_PERIOD": "Unstaking period",
"TR_STAKE_UNSTAKING_TAKES": "Unstaking currently takes {count, plural, one {# day} few {# days} other {# days}}. Once completed, you can trade or send it.",
"TR_STAKE_UNSTAKING_TAKES": "Unstaking currently takes {count, plural, one {# day} other {# days}}. Once completed, you can trade or send it.",
"TR_STAKE_WHAT_IS_STAKING": "What is staking?",
"TR_STAKE_YOUR_FUNDS_MAINTAINED": "Your staked funds are <h>maintained by Everstake</h>",
"TR_STAKING_DELEGATE": "Delegate",
Expand Down
4 changes: 2 additions & 2 deletions packages/suite/src/support/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8946,7 +8946,7 @@ export default defineMessages({
TR_STAKE_UNSTAKING_TAKES: {
id: 'TR_STAKE_UNSTAKING_TAKES',
defaultMessage:
'Unstaking currently takes {count, plural, one {# day} few {# days} other {# days}}. Once completed, you can trade or send it.',
'Unstaking currently takes {count, plural, one {# day} other {# days}}. Once completed, you can trade or send it.',
},
TR_STAKE_ETH_REWARDS_EARN: {
id: 'TR_STAKE_ETH_REWARDS_EARN',
Expand Down Expand Up @@ -8986,7 +8986,7 @@ export default defineMessages({
TR_STAKE_ENTERING_POOL_MAY_TAKE: {
id: 'TR_STAKE_ENTERING_POOL_MAY_TAKE',
defaultMessage:
'Entering the staking pool may take up to {count, plural, one {# day} few {# days} other {# days}}',
'Entering the staking pool may take up to {count, plural, one {# day} other {# days}}',
},
TR_STAKE_ETH_WILL_BE_BLOCKED: {
id: 'TR_STAKE_ETH_WILL_BE_BLOCKED',
Expand Down

0 comments on commit b7167b1

Please sign in to comment.