translation: traduire l'edition du profil en francais

This commit is contained in:
jeremy bayse
2026-06-22 13:33:47 +02:00
parent 2795335083
commit 72c6140949
4 changed files with 26 additions and 31 deletions
+2 -2
View File
@@ -16,14 +16,14 @@ defineProps({
</script>
<template>
<Head title="Profile" />
<Head title="Profil" />
<AuthenticatedLayout>
<template #header>
<h2
class="text-xl font-semibold leading-tight text-gray-800 dark:text-gray-200"
>
Profile
Profil
</h2>
</template>