diff --git a/frontend/src/features/first-run/ProfilesSettings.tsx b/frontend/src/features/first-run/ProfilesSettings.tsx index 44b42e4..7a2d1d9 100644 --- a/frontend/src/features/first-run/ProfilesSettings.tsx +++ b/frontend/src/features/first-run/ProfilesSettings.tsx @@ -57,10 +57,10 @@ export function ProfilesSettings() { return ( setEditing(true)}> - Configure profiles + Configurer les profils } > @@ -72,7 +72,7 @@ export function ProfilesSettings() { )} {profiles.length === 0 ? ( -

No profiles configured.

+

Aucun profil configuré.

) : (