Skip to content

Commit

Permalink
Add wallet string (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruixhuang authored Dec 6, 2024
1 parent 8508483 commit c1ba35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/localizations_native/en/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@
"SCAN_QR_CODE_ERROR": "Code not recognized",
"SCAN_QR_CODE_SHORT": "Scan QR",
"SELECT_WALLET": "Select wallet",
"SWITCH_TO_WALLET": "Please open your {WALLET} app to continue.",
"SELECT_WALLET_TEXT": "We found the following options based on wallets which support dYdX.",
"UNDERSTAND_RISKS_TITLE": "I understand the risks",
"USERNAME_REQUIRED": "Username is required",
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 c1ba35c

Please sign in to comment.