From de62fa6baaf9dd1b4a350130de978a74d2f37cbe Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Wed, 7 Jun 2017 14:22:07 +0200 Subject: [PATCH] Change label for the default domain config refs #2153 --- .../Config/General/DefaultAuthenticationDomainConfigForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/forms/Config/General/DefaultAuthenticationDomainConfigForm.php b/application/forms/Config/General/DefaultAuthenticationDomainConfigForm.php index 9d53ef891..bd088c18d 100644 --- a/application/forms/Config/General/DefaultAuthenticationDomainConfigForm.php +++ b/application/forms/Config/General/DefaultAuthenticationDomainConfigForm.php @@ -31,7 +31,7 @@ class DefaultAuthenticationDomainConfigForm extends Form 'text', 'authentication_default_domain', array( - 'label' => $this->translate('Default Domain'), + 'label' => $this->translate('Default Login Domain'), 'description' => $this->translate( 'If a user logs in without specifying any domain (e.g. "jdoe" instead of "jdoe@example.com"),' . ' this default domain will be assumed.'