ADD: Localize string

This commit is contained in:
Marcos Rodriguez Vélez 2021-10-17 10:59:02 -04:00
parent b030adf183
commit 7ea036a78b
No known key found for this signature in database
GPG key ID: 0D64671698D11C5C
2 changed files with 2 additions and 1 deletions

View file

@ -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",

View file

@ -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}