Change label for the default domain config

refs #2153
This commit is contained in:
Eric Lippmann 2017-06-07 14:22:07 +02:00 committed by Alexander A. Klimov
parent 41acffdc24
commit de62fa6baa
1 changed files with 1 additions and 1 deletions

View File

@ -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.'