Skip to content

Commit

Permalink
Add ENTER_CODE key
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang committed Nov 27, 2023
1 parent 18bf79d commit 2940c74
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions config/localizations_native/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@
"WALLET_MISMATCH": "Wallet Mismatch",
"NETWORK_MISMATCH": "Network Mismatch",
"SWITCH_WALLET": "Please switch your wallet to {WALLET_ADDR}",
"WALLET_ACCOUNT_ERROR": "Unable to obtain account"
"WALLET_ACCOUNT_ERROR": "Unable to obtain account",
"ENTER_CODE": "Enter the decoding key"
},
"ONBOARDING_TITLE": {
"CREATE_PROFILE": "Create Profile"
Expand Down Expand Up @@ -416,4 +417,4 @@
"TAKE_PROFIT_MARKET_ORDER_MAY_NOT_EXECUTE": "Take Profit Market orders on dYdX are not guaranteed to fill depending on liquidity at time of triggering. For more control, try a Take Profit Limit order."
}
}
}
}
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.0.6",
"version": "1.0.7",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/generated/app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// !! GENERATED FILE - DO NOT EDIT

// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift

export const APP_STRING_KEYS = {

Expand Down

0 comments on commit 2940c74

Please sign in to comment.