From 24786cdd2457718b78abd83d10849131a24c4be5 Mon Sep 17 00:00:00 2001 From: Mazarin Date: Fri, 5 May 2023 15:17:48 -0400 Subject: [PATCH] fix: fix inconsistency in wording (monicahq/chandler#485) --- lang/de.json | 1 - lang/es.json | 1 - lang/fr.json | 1 - lang/he.json | 1 - lang/it.json | 1 - lang/pt.json | 1 - lang/ru.json | 1 - resources/js/Pages/Settings/Index.vue | 2 +- 8 files changed, 1 insertion(+), 8 deletions(-) diff --git a/lang/de.json b/lang/de.json index 2d2c0110bdc..830ffc3a9b9 100644 --- a/lang/de.json +++ b/lang/de.json @@ -675,7 +675,6 @@ "Permissions": "Berechtigungen", "Personal": "Persönlich", "Personalize your account": "Personalisieren Sie Ihr Konto", - "Personalize your contacts data": "Personalisieren Sie Ihre Kontaktdaten", "Pet categories": "Haustierkategorien", "Pet categories let you add types of pets that contacts can add to their profile.": "Haustierkategorien ermöglichen es Ihnen, Arten von Haustieren hinzuzufügen, die Kontakte ihrem Profil hinzufügen können.", "Pet category": "Haustierkategorie", diff --git a/lang/es.json b/lang/es.json index e4aa10e45fd..508ca1cad45 100644 --- a/lang/es.json +++ b/lang/es.json @@ -675,7 +675,6 @@ "Permissions": "Permisos", "Personal": "Personal", "Personalize your account": "Personaliza tu cuenta", - "Personalize your contacts data": "Personalizar los datos de tus contactos", "Pet categories": "Categorías de mascotas", "Pet categories let you add types of pets that contacts can add to their profile.": "Las categorías de mascotas te permiten agregar tipos de mascotas que los contactos pueden agregar a su perfil.", "Pet category": "Categoría de la mascota", diff --git a/lang/fr.json b/lang/fr.json index f757383906b..b38057c5b41 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -675,7 +675,6 @@ "Permissions": "Permissions", "Personal": "Personnel", "Personalize your account": "Personnalisez votre compte", - "Personalize your contacts data": "Personnalisez les données de vos contacts", "Pet categories": "Catégories d’animaux de compagnie", "Pet categories let you add types of pets that contacts can add to their profile.": "Les catégories d’animaux de compagnie vous permettent d’ajouter des types d’animaux de compagnie que les contacts peuvent ajouter à leur profil.", "Pet category": "Catégorie de l’animal de compagnie", diff --git a/lang/he.json b/lang/he.json index bf8d06a769b..66129d73520 100644 --- a/lang/he.json +++ b/lang/he.json @@ -665,7 +665,6 @@ "Permissions": "הרשאות", "Personal": "", "Personalize your account": "", - "Personalize your contacts data": "", "Pet categories": "", "Pet categories let you add types of pets that contacts can add to their profile.": "", "Pet category": "", diff --git a/lang/it.json b/lang/it.json index 49343262e07..69c7367da96 100644 --- a/lang/it.json +++ b/lang/it.json @@ -675,7 +675,6 @@ "Permissions": "Permessi", "Personal": "Personale", "Personalize your account": "Personalizza il tuo account", - "Personalize your contacts data": "Personalizza i dati dei tuoi contatti", "Pet categories": "Categorie di animali domestici.", "Pet categories let you add types of pets that contacts can add to their profile.": "Le categorie di animali domestici ti permettono di aggiungere tipi di animali domestici che i contatti possono aggiungere al loro profilo.", "Pet category": "Categoria animale", diff --git a/lang/pt.json b/lang/pt.json index 58ed58281c9..ca1f455afaa 100644 --- a/lang/pt.json +++ b/lang/pt.json @@ -675,7 +675,6 @@ "Permissions": "Permissões", "Personal": "Pessoal", "Personalize your account": "Personalize sua conta", - "Personalize your contacts data": "Personalize os dados dos seus contatos", "Pet categories": "Categorias de animais de estimação", "Pet categories let you add types of pets that contacts can add to their profile.": "As categorias de animais de estimação permitem que você adicione tipos de animais de estimação que os contatos podem adicionar ao seu perfil.", "Pet category": "Categoria do animal de estimação", diff --git a/lang/ru.json b/lang/ru.json index 7a25dbe4861..c8e66462d82 100644 --- a/lang/ru.json +++ b/lang/ru.json @@ -675,7 +675,6 @@ "Permissions": "Разрешения", "Personal": "Личное", "Personalize your account": "Настройте свою учетную запись", - "Personalize your contacts data": "Настройте данные своих контактов", "Pet categories": "Категории домашних животных", "Pet categories let you add types of pets that contacts can add to their profile.": "Категории домашних животных позволяют добавлять типы домашних животных, которые контакты могут добавлять в свой профиль.", "Pet category": "Категория домашних животных", diff --git a/resources/js/Pages/Settings/Index.vue b/resources/js/Pages/Settings/Index.vue index fb37bdfb961..843cd187f55 100644 --- a/resources/js/Pages/Settings/Index.vue +++ b/resources/js/Pages/Settings/Index.vue @@ -77,7 +77,7 @@ defineProps({
  • 🎃 - {{ $t('Personalize your contacts data') }} + {{ $t('Personalize your account') }}