From 055504ba9a9901112fecf2edd508104315acfb22 Mon Sep 17 00:00:00 2001 From: Vitaly Kornilov Date: Tue, 28 Jul 2020 13:50:51 +0300 Subject: [PATCH] :globe_with_meridians: Sign in with LDAP label for fr, es locales Co-authored-by: Mathieu Brunot --- frontend/resources/locales.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/resources/locales.json b/frontend/resources/locales.json index 1906fb9e3..98ffa4f9c 100644 --- a/frontend/resources/locales.json +++ b/frontend/resources/locales.json @@ -111,8 +111,8 @@ "used-in" : [ "src/uxbox/main/ui/auth/login.cljs:108" ], "translations" : { "en" : "Sign in with LDAP", - "fr" : "", - "es" : "", + "fr" : "Se connecter via LDAP", + "es" : "Entrar con LDAP", "ru" : "Вход через LDAP" } },