Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

fix: fix inconsistency in wording #485

Merged
merged 1 commit into from
May 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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