From a2567bdb1a46ec820375ea7e146981829695232a Mon Sep 17 00:00:00 2001 From: "karitham.dev" Date: Thu, 21 May 2026 10:39:29 +0300 Subject: [PATCH] fix(locales): french handle should be "identifier" not "username" My bad translation on that earlier, made it consistent with the rest of the file and usage! --- frontend/src/locales/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/locales/fr.json b/frontend/src/locales/fr.json index bd0284a..dc64c8f 100644 --- a/frontend/src/locales/fr.json +++ b/frontend/src/locales/fr.json @@ -162,7 +162,7 @@ "serverUrl": "URL du serveur", "availableDomains": "Domaines disponibles", "did": "DID", - "handle": "Nom d'utilisateur", + "handle": "Identifiant", "accountStatus": "Statut du compte", "adminStatus": "Administrateur", "userAgent": "Agent utilisateur",