Improve form element description
This commit is contained in:
parent
2c44fe34a7
commit
a5454e5702
|
@ -307,7 +307,7 @@ class AuthenticationBackendConfigForm extends ConfigForm
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'autosubmit' => true,
|
'autosubmit' => true,
|
||||||
'label' => t('Backend Type'),
|
'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
|
'multiOptions' => $backendTypes
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue