mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-04 04:13:49 +01:00
ADD: Localize string
This commit is contained in:
parent
b030adf183
commit
7ea036a78b
2 changed files with 2 additions and 1 deletions
|
@ -438,6 +438,7 @@
|
|||
"add_lndhub_error": "The provided node address is an invalid LNDHub node.",
|
||||
"add_lndhub_placeholder": "Your Node Address",
|
||||
"add_or": "or",
|
||||
"add_placeholder": "my first wallet",
|
||||
"add_title": "Add Wallet",
|
||||
"add_wallet_name": "Name",
|
||||
"add_wallet_type": "Type",
|
||||
|
|
|
@ -270,7 +270,7 @@ const WalletsAdd = () => {
|
|||
testID="WalletNameInput"
|
||||
value={label}
|
||||
placeholderTextColor="#81868e"
|
||||
placeholder="my first wallet"
|
||||
placeholder={loc.wallets.add_placeholder}
|
||||
onChangeText={setLabel}
|
||||
style={styles.textInputCommon}
|
||||
editable={!isLoading}
|
||||
|
|
Loading…
Add table
Reference in a new issue