Skip to content

Commit

Permalink
chore: add new copy strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 2, 2024
1 parent 19e4bb9 commit 7a6ba78
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions apps/staking/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"homeButton": "Return Home"
},
"home": {
"title": "Stake <text-semibold>{tokenSymbol}</text-semibold> to Earn Rewards",
"title": "Stake <text-semibold>{tokenSymbol}</text-semibold> Earn Rewards",
"buttons": {
"primary": "Stake Now",
"secondary": "How to Run a Session Node"
Expand Down Expand Up @@ -135,7 +135,13 @@
},
"stakedNodes": {
"title": "My Stakes",
"showHiddenText": "Show Hidden"
"showHiddenText": "Show Hidden",
"noWalletP1": "You currently have no wallet connected.",
"noWalletP2": "Click the <link>Connect</link> button to view your staked Session node.",
"noNodesP1": "You have no staked Session Nodes.",
"noNodesP2": "Click the <link>Stake Now</link> button to stake to an open node or register a new Session node.",
"stakeNowButtonText": "Stake Now",
"stakeNowButtonAria": "Navigate to the staking page to stake to an open node."
},
"toast": {
"error": "Failed to fetch {module}.",
Expand Down

0 comments on commit 7a6ba78

Please sign in to comment.