From 9ddc9bb9a01c94232a1d23b3e6da2ce6dd3c0429 Mon Sep 17 00:00:00 2001 From: Blake Kaufman Date: Thu, 25 Jun 2026 20:55:11 -0400 Subject: [PATCH] fix add contact name input description --- .../admin/homeComponents/contacts/editMyProfilePage.js | 8 +++++++- locales/de-DE/translation.json | 1 + locales/en/translation.json | 1 + locales/es/translation.json | 1 + locales/fr/translation.json | 1 + locales/it/translation.json | 1 + locales/pt-BR/translation.json | 1 + locales/ru/translation.json | 1 + locales/sv/translation.json | 1 + 9 files changed, 15 insertions(+), 1 deletion(-) diff --git a/app/components/admin/homeComponents/contacts/editMyProfilePage.js b/app/components/admin/homeComponents/contacts/editMyProfilePage.js index d7898e5d..8de0e58b 100644 --- a/app/components/admin/homeComponents/contacts/editMyProfilePage.js +++ b/app/components/admin/homeComponents/contacts/editMyProfilePage.js @@ -174,7 +174,13 @@ function ProfileInputFields({ <> changeInputText(text, 'name')} onFocus={() => setIsKeyboardActive(true)} diff --git a/locales/de-DE/translation.json b/locales/de-DE/translation.json index e681bafd..4f0f0e20 100644 --- a/locales/de-DE/translation.json +++ b/locales/de-DE/translation.json @@ -1403,6 +1403,7 @@ "navTitle": "Profil bearbeiten", "nameInputDesc": "Name", "nameInputPlaceholder": "Geben Sie Ihren Namen ein.", + "addedContactnameInputPlaceholder": "Namen eingeben", "lnurlInputDesc": "LNURL-Adresse", "lnurlInputPlaceholder": "Geben Sie Ihre LNURL-Adresse ein.", "uniqueNameInputDesc": "Benutzername", diff --git a/locales/en/translation.json b/locales/en/translation.json index d6e682dc..9d5c236d 100644 --- a/locales/en/translation.json +++ b/locales/en/translation.json @@ -1404,6 +1404,7 @@ "navTitle": "Edit Profile", "nameInputDesc": "Name", "nameInputPlaceholder": "Enter your name", + "addedContactnameInputPlaceholder": "Enter thier name", "lnurlInputDesc": "Lightning Address", "lnurlInputPlaceholder": "Enter your Lightning address", "uniqueNameInputDesc": "Username", diff --git a/locales/es/translation.json b/locales/es/translation.json index 0271f863..a4b853af 100644 --- a/locales/es/translation.json +++ b/locales/es/translation.json @@ -1404,6 +1404,7 @@ "navTitle": "Editar perfil", "nameInputDesc": "Nombre", "nameInputPlaceholder": "Introduce tu nombre", + "addedContactnameInputPlaceholder": "Introduce su nombre", "lnurlInputDesc": "Dirección LNURL", "lnurlInputPlaceholder": "Introduce tu dirección LNURL", "uniqueNameInputDesc": "Nombre de usuario", diff --git a/locales/fr/translation.json b/locales/fr/translation.json index 8e72f57f..34b69c35 100644 --- a/locales/fr/translation.json +++ b/locales/fr/translation.json @@ -1405,6 +1405,7 @@ "nameInputDesc": "Nom", "nameInputPlaceholder": "Entrez votre nom", "lnurlInputDesc": "LNURL Adresse", + "addedContactnameInputPlaceholder": "Saisissez son nom", "lnurlInputPlaceholder": "Entrez votre adresse LNURL", "uniqueNameInputDesc": "Nom d'utilisateur", "uniqueNameInputPlaceholder": "Entrez votre nom d'utilisateur", diff --git a/locales/it/translation.json b/locales/it/translation.json index a175b945..4eadf1de 100644 --- a/locales/it/translation.json +++ b/locales/it/translation.json @@ -1405,6 +1405,7 @@ "nameInputDesc": "Nome", "nameInputPlaceholder": "Inserisci il tuo nome", "lnurlInputDesc": "Indirizzo LNURL", + "addedContactnameInputPlaceholder": "Inserisci il nome", "lnurlInputPlaceholder": "Inserisci il tuo indirizzo LNURL", "uniqueNameInputDesc": "Nome utente", "uniqueNameInputPlaceholder": "Inserisci il tuo nome utente", diff --git a/locales/pt-BR/translation.json b/locales/pt-BR/translation.json index a58b01c0..32c6a570 100644 --- a/locales/pt-BR/translation.json +++ b/locales/pt-BR/translation.json @@ -1403,6 +1403,7 @@ "navTitle": "Editar", "nameInputDesc": "Nome", "nameInputPlaceholder": "Adicione um nome para esse contato", + "addedContactnameInputPlaceholder": "Digite o nome", "lnurlInputDesc": "Endereço Blitz", "lnurlInputPlaceholder": "Digite seu endereço Blitz", "uniqueNameInputDesc": "Perfil", diff --git a/locales/ru/translation.json b/locales/ru/translation.json index 719e8f30..abe26823 100644 --- a/locales/ru/translation.json +++ b/locales/ru/translation.json @@ -1405,6 +1405,7 @@ "navTitle": "Редактировать профиль", "nameInputDesc": "Имя", "nameInputPlaceholder": "Введите имя", + "addedContactnameInputPlaceholder": "Введите имя", "lnurlInputDesc": "Адрес Молнии", "lnurlInputPlaceholder": "Введите адрес Молнии", "uniqueNameInputDesc": "Юзернейм", diff --git a/locales/sv/translation.json b/locales/sv/translation.json index 86219f20..3fee586f 100644 --- a/locales/sv/translation.json +++ b/locales/sv/translation.json @@ -1404,6 +1404,7 @@ "navTitle": "Redigera profil", "nameInputDesc": "Namn", "nameInputPlaceholder": "Ange ditt namn", + "addedContactnameInputPlaceholder": "Ange personens namn", "lnurlInputDesc": "LNURL Adress", "lnurlInputPlaceholder": "Ange din LNURL-adress", "uniqueNameInputDesc": "Användarnamn",