Skip to content

Commit

Permalink
fix: fix inconsistency in wording (monicahq/chandler#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaiss authored May 5, 2023
1 parent b8b5950 commit 24786cd
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion lang/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion lang/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion lang/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand Down
1 change: 0 additions & 1 deletion lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion lang/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion lang/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "Категория домашних животных",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/Pages/Settings/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defineProps({
<li class="mb-2 flex justify-start">
<span class="mr-2">🎃</span>
<Link :href="data.url.personalize.index" class="text-blue-500 hover:underline">
{{ $t('Personalize your contacts data') }}
{{ $t('Personalize your account') }}
</Link>
</li>
<li class="mb-2 flex justify-start">
Expand Down

0 comments on commit 24786cd

Please sign in to comment.