diff --git a/assets/translations/en.json b/assets/translations/en.json
index 4d13a4af69042259382a96ed5ec065826e279d1b..6b632bf0b0164006be8ad2c0116cbba84c2eb300 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 86d42f42abcbff6b3a0eeed59d6a25ca7723f180..98c38a29679a9ab0400a06401929acbf78750d6b 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"
 }