Skip to content

Commit 987ace1

Browse files
authored
Add "Your deposit" (#968)
1 parent 2a182dc commit 987ace1

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

config/localization/en/app.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,8 @@
10431043
"WRONG_NETWORK_EXPLANATION_PRODUCTION": "To complete dYdX onboarding, set your wallet network to 'Ethereum Mainnet'.",
10441044
"WRONG_NETWORK_EXPLANATION_STAGING": "To complete dYdX onboarding, set your wallet network to 'Goerli Test Network'.",
10451045
"WRONG_NETWORK": "Wrong network",
1046-
"YOU_AGREE_TO_TERMS": "By trading on dYdX, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}."
1046+
"YOU_AGREE_TO_TERMS": "By trading on dYdX, you agree to the {TERMS_LINK} and {PRIVACY_POLICY_LINK}.",
1047+
"YOUR_DEPOSIT": "Your deposit"
10471048
},
10481049
"SIGN_INTO_MOBILE": {
10491050
"TITLE_SIGN_INTO_MOBILE": "Sign into mobile",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dydxprotocol/v4-localization",
3-
"version": "1.1.267",
3+
"version": "1.1.268",
44
"description": "v4 localization",
55
"main": "index.ts",
66
"scripts": {

scripts/generated/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// !! GENERATED FILE - DO NOT EDIT
22

3-
// Generated from ../config/localization/en/app.json using codegen_localization_app.swift
3+
// Generated from ./config/localization/en/app.json using scripts/codegen_localization_app.swift
44

55
export const APP_STRING_KEYS = {
66

0 commit comments

Comments
 (0)