Skip to content

Commit

Permalink
v1.1.30: Updated language for Keplr navigation (#272)
Browse files Browse the repository at this point in the history
* Updated language for Keplr navigation

* Add quotes
  • Loading branch information
jaredvu authored Feb 13, 2024
1 parent 3d120dd commit 04f5c19
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions config/localization/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -1365,14 +1365,15 @@
"YOU_CAN_WIN_THESE": "You can win these in our {LEAGUES_LINK}"
},
"STAKING_REWARDS": {
"LEAVING_WEBSITE_STAKING_GOVERNANCE": "Staking, governance and leaving website disclaimer",
"LIQUID_STAKE_ON_STRIDE": "Liquid Stake on Stride",
"LIQUID_STAKING_AND_LEAVING": "Liquid staking and leaving website",
"LIQUID_STAKING_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 Stride Labs, Inc. (“Stride”), 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 Stride and does not involve the Operator; (c) this service and any liquid staking occurs outside of the Operator’s website; and (d) any transaction or transmission of value will occur directly between you and Stride. 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 Stride 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 Stride. 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.",
"LIQUID_STAKING_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 Stride Labs, Inc. (“Stride”), 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 Stride and does not involve the Operator; (c) this service and any liquid staking occur outside of the Operator’s website; and (d) any transaction or transmission of value will occur directly between you and Stride. 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 Stride 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 Stride. 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.",
"LIQUID_STAKE_W_STRIDE": "Liquid Stake with Stride",
"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.",
"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) these services are provided to you directly by Keplr and do not involve the Operator; (c) these services and any staking or governance occur outside of the Operator’s website; and (d) any transaction or transmission of value will occur directly between you and Keplr. These services are 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"
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.29",
"version": "1.1.30",
"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 @@ -1129,6 +1129,7 @@ export const APP_STRING_KEYS = {

// STAKING_REWARDS

LEAVING_WEBSITE_STAKING_GOVERNANCE: 'APP.STAKING_REWARDS.LEAVING_WEBSITE_STAKING_GOVERNANCE',
LIQUID_STAKE_ON_STRIDE: 'APP.STAKING_REWARDS.LIQUID_STAKE_ON_STRIDE',
LIQUID_STAKE_STRIDE_DESCRIPTION: 'APP.STAKING_REWARDS.LIQUID_STAKE_STRIDE_DESCRIPTION',
LIQUID_STAKE_W_STRIDE: 'APP.STAKING_REWARDS.LIQUID_STAKE_W_STRIDE',
Expand Down

0 comments on commit 04f5c19

Please sign in to comment.