Skip to content

Commit

Permalink
add stake for rewards cta (#604)
Browse files Browse the repository at this point in the history
* add key

* 1.1.153
  • Loading branch information
moo-onthelawn authored Jul 15, 2024
1 parent b5cf214 commit c9ccdbf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@
"SOURCE_ADDRESS": "Source Address",
"STAKE": "Stake",
"STAKED": "Staked",
"STAKE_FOR_REWARDS": "Stake for rewards",
"STAKE_NOW": "Stake now",
"START_TRADING": "Start trading",
"STARTED_FROM_DATE": "Started {FROM_DATE}",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "1.1.152",
"version": "1.1.153",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions scripts/generated/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ export const APP_STRING_KEYS = {
SOURCE_ADDRESS: 'APP.GENERAL.SOURCE_ADDRESS',
STAKE: 'APP.GENERAL.STAKE',
STAKED: 'APP.GENERAL.STAKED',
STAKE_FOR_REWARDS: 'APP.GENERAL.STAKE_FOR_REWARDS',
STAKE_NOW: 'APP.GENERAL.STAKE_NOW',
STARTED_FROM_DATE: 'APP.GENERAL.STARTED_FROM_DATE',
START_TRADING: 'APP.GENERAL.START_TRADING',
Expand Down

0 comments on commit c9ccdbf

Please sign in to comment.