From 5ff9847174d22889cd06282390900ff7956d1547 Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Wed, 20 Mar 2024 15:22:07 +0100 Subject: [PATCH] Update LDAP authentication message --- ui/public/i18n/en/translation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/public/i18n/en/translation.json b/ui/public/i18n/en/translation.json index addefa8..2a2e394 100644 --- a/ui/public/i18n/en/translation.json +++ b/ui/public/i18n/en/translation.json @@ -50,7 +50,7 @@ "email_format": "Invalid email address", "ldap_domain": "LDAP domain", "host_format": "Must be a valid fully qualified domain name", - "choose_the_ldap_domain_to_authenticate_users": "Choose the LDAP domain to authenticate users, or leave empty to disable LDAP authentication", + "choose_the_ldap_domain_to_authenticate_users": "Choose the LDAP domain to authenticate users, or use the internal authentication", "choose_ldap_domain": "Choose LDAP domain", "internal_authentication": "Internal authentication" },