From 1adcc0cdde7b515c01dbe64e3578aeefb4db958d Mon Sep 17 00:00:00 2001 From: vjrj <vjrj@comunes.org> Date: Sat, 30 Sep 2023 12:50:52 +0200 Subject: [PATCH] Card renamed feedback --- assets/translations/en.json | 1 + assets/translations/es.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/translations/en.json b/assets/translations/en.json index 4d13a4af..6b632bf0 100644 --- a/assets/translations/en.json +++ b/assets/translations/en.json @@ -195,6 +195,7 @@ "payment_waiting_internet_desc": "We'll retry your payment when internet is back", "payment_waiting_internet_desc_beta": "Retry your payment when internet is back", "your_name_here": "Name this card", + "card_name_changed": "Your card name has been updated. Please note that this name is public and allows others to find you", "copied_to_clipboard": "Copied to clipboard", "pay_with_nfc_tooltip": "To receive a payment, simply bring this device close to the other wallet with NFC activated.", "import_wallet_from_clipboard": "Import Wallet from Clipboard", diff --git a/assets/translations/es.json b/assets/translations/es.json index 86d42f42..98c38a29 100644 --- a/assets/translations/es.json +++ b/assets/translations/es.json @@ -232,5 +232,6 @@ "cesium_secret_phrase": "Frase secreta", "cesium_password": "Contraseña", "accept": "ACEPTAR", - "incorrect_passwords": "Contraseñas incorrectas" + "incorrect_passwords": "Contraseñas incorrectas", + "card_name_changed": "El nombre de tu tarjeta ha sido actualizado. Recuerda que este nombre es público y permite a otr@s encontrarte" } -- GitLab