diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 7f01dc487..1ef2a683b 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1360,6 +1360,8 @@ "LIQUID_STAKE_STRIDE_DESCRIPTION": "Stake your {TOKEN_DENOM} tokens for st{TOKEN_DENOM} which you can deploy around the ecosystem.", "NAVIGATE_TO_STRIDE": "{STRONG_YES}, navigate to Stride Zone.", "STAKE_WITH_KEPLR": "Stake with Keplr", + "STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION": "By selecting “{CTA}” below, you acknowledge and agree that (a) you will leave our website and join a website made available by Chainapsis, Inc. (“Keplr”), which is independent from and unaffiliated with the host and operator of this website (the “Operator”); (b) this service is provided to you directly by Keplr and does not involve the Operator; (c) this service and any staking occurs outside of the Operator’s website; and (d) any transaction or transmission of value will occur directly between you and Keplr. This service is not available to any persons located in the U.S., Canada or restricted territories. You also agree that any information requested from you by Keplr is not provided to the Operator, and that you will not hold the Operator liable for any aspect of any transaction or transmission between you and Keplr. Nothing on the Operator’s website constitutes, nor should be construed or relied upon as, financial advice, legal advice, tax advice, investment advice or advice of any other nature, and you agree that you are responsible to conduct independent research, perform due diligence and engage a professional advisor prior to taking any financial, tax, legal or investment action related to any of the foregoing.", + "STAKING_AND_LEAVING": "Staking and leaving website disclaimer", "STAKING_PAGE_SUBTITLE": "Stake to earn APR. Unstaking can take up to 30 days.", "STAKING_REWARDS": "Staking Rewards" }, diff --git a/package-lock.json b/package-lock.json index df0451ae4..d7b60c7d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.26", + "version": "1.1.27", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.26", + "version": "1.1.27", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index f0b465ae4..427e35080 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.26", + "version": "1.1.27", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 2fa18fa51..f7b55980a 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1136,6 +1136,8 @@ export const APP_STRING_KEYS = { LIQUID_STAKING_AND_LEAVING_DESCRIPTION: 'APP.STAKING_REWARDS.LIQUID_STAKING_AND_LEAVING_DESCRIPTION', NAVIGATE_TO_STRIDE: 'APP.STAKING_REWARDS.NAVIGATE_TO_STRIDE', STAKE_WITH_KEPLR: 'APP.STAKING_REWARDS.STAKE_WITH_KEPLR', + STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION: 'APP.STAKING_REWARDS.STAKE_WITH_KEPLR_AND_LEAVING_DESCRIPTION', + STAKING_AND_LEAVING: 'APP.STAKING_REWARDS.STAKING_AND_LEAVING', STAKING_PAGE_SUBTITLE: 'APP.STAKING_REWARDS.STAKING_PAGE_SUBTITLE', STAKING_REWARDS: 'APP.STAKING_REWARDS.STAKING_REWARDS',