From a8e86cbedc259cbf140bd318f129588c17ecba78 Mon Sep 17 00:00:00 2001 From: aleka Date: Fri, 3 Nov 2023 20:47:09 -0400 Subject: [PATCH] add how to stake (#145) --- config/localization/en/app.json | 2 +- package-lock.json | 4 ++-- scripts/generated/app.ts | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/localization/en/app.json b/config/localization/en/app.json index 6dd2976a4..60e57bfcc 100644 --- a/config/localization/en/app.json +++ b/config/localization/en/app.json @@ -1586,7 +1586,7 @@ "GENERATED_ADDRESS_INFO": "You'll be able to manage your dYdX Chain DYDX on {TRADE_URL} using the same wallet.", "GENERATED_ADDRESS_VIA_ADDRESS": "Generated dYdX Chain address via {ADDRESS_OR_WALLET_SIGNATURE}", "LATEST_BLOCK_HEIGHT": "Latest block height", - "LEARN_ABOUT_STAKING": "Learn about staking", + "HOW_TO_STAKE": "How to stake?", "MIGRATION_BLOCKED_MESSAGE": "Because you appear to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or have engaged in activity that violates our terms of use, you have been blocked and this transaction cannot be completed.", "MIGRATION_BLOCKED_MESSAGE_DESTINATION": "Because the destination address appears to be a resident of, or using this user interface from, a jurisdiction that violates our terms of use, or has engaged in activity that violates our terms of use, the destination address has been blocked and this transaction cannot be completed.", "MIGRATION_FAILED": "Migration failed", diff --git a/package-lock.json b/package-lock.json index 73205129d..016e07f79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@dydxprotocol/v4-localization", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@dydxprotocol/v4-localization", - "version": "1.0.1", + "version": "1.0.2", "license": "AGPL-3.0", "devDependencies": { "@types/node": "^20.1.7" diff --git a/scripts/generated/app.ts b/scripts/generated/app.ts index 3ee6e04ce..d9541a0a9 100644 --- a/scripts/generated/app.ts +++ b/scripts/generated/app.ts @@ -1,6 +1,6 @@ // !! GENERATED FILE - DO NOT EDIT -// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift +// Generated from ../config/localization/en/app.json using ./codegen_localization_app.swift export const APP_STRING_KEYS = { @@ -1562,8 +1562,8 @@ export const TOKEN_MIGRATION_STRING_KEYS = { FINALIZING: 'TOKEN_MIGRATION.FINALIZING', GENERATED_ADDRESS_INFO: 'TOKEN_MIGRATION.GENERATED_ADDRESS_INFO', GENERATED_ADDRESS_VIA_ADDRESS: 'TOKEN_MIGRATION.GENERATED_ADDRESS_VIA_ADDRESS', + HOW_TO_STAKE: 'TOKEN_MIGRATION.HOW_TO_STAKE', LATEST_BLOCK_HEIGHT: 'TOKEN_MIGRATION.LATEST_BLOCK_HEIGHT', - LEARN_ABOUT_STAKING: 'TOKEN_MIGRATION.LEARN_ABOUT_STAKING', MIGRATION_BLOCKED_MESSAGE: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE', MIGRATION_BLOCKED_MESSAGE_DESTINATION: 'TOKEN_MIGRATION.MIGRATION_BLOCKED_MESSAGE_DESTINATION', MIGRATION_FAILED: 'TOKEN_MIGRATION.MIGRATION_FAILED',