From 04f5c195430054eeea76e720e8577dd1f6cd181e Mon Sep 17 00:00:00 2001 From: Jared Vu Date: Tue, 13 Feb 2024 13:57:17 -0800 Subject: [PATCH] v1.1.30: Updated language for Keplr navigation (#272) * Updated language for Keplr navigation * Add quotes --- config/localization/en/app.json | 5 +++-- package-lock.json | 4 ++-- package.json | 2 +- scripts/generated/app.ts | 1 + 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 4da13e8d2..eba3911f2 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -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" diff --git a/package-lock.json b/package-lock.json index 96a320263..eebad8d45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.29", + "version": "1.1.30", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.1.29", + "version": "1.1.30", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/package.json b/package.json index a746cbefa..f4a9a5986 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.1.29", + "version": "1.1.30", "description": "v4 localization", "main": "index.ts", "scripts": { diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index f7b55980a..cf2f1e7c8 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -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',