diff --git a/loc/en.json b/loc/en.json index 162d31df9..70947130f 100644 --- a/loc/en.json +++ b/loc/en.json @@ -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", diff --git a/screen/wallets/add.js b/screen/wallets/add.js index d1c240b80..9028b0d30 100644 --- a/screen/wallets/add.js +++ b/screen/wallets/add.js @@ -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}