Improve form element description

This commit is contained in:
Johannes Meyer 2014-09-29 11:24:23 +02:00
parent 2c44fe34a7
commit a5454e5702
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ class AuthenticationBackendConfigForm extends ConfigForm
'required' => true,
'autosubmit' => true,
'label' => t('Backend Type'),
'description' => t('The type of the resource to use for this authenticaton backend'),
'description' => t('The type of the resource to use for this authenticaton provider'),
'multiOptions' => $backendTypes
)
);