forked from friendica/friendica-addons
Break up long line.
This commit is contained in:
parent
fdb2a26c90
commit
e41efd72eb
|
@ -218,7 +218,8 @@ function saml_addon_admin(&$a, &$o)
|
||||||
saml_input(
|
saml_input(
|
||||||
'settings_statement',
|
'settings_statement',
|
||||||
DI::l10n()->t('Settings statement'),
|
DI::l10n()->t('Settings statement'),
|
||||||
DI::l10n()->t('A statement on the settings page explaining where the user should go to change their e-mail and password. BBCode allowed.')
|
DI::l10n()->t('A statement on the settings page explaining where the user should go to change '
|
||||||
|
. 'their e-mail and password. BBCode allowed.')
|
||||||
) +
|
) +
|
||||||
saml_input(
|
saml_input(
|
||||||
'idp_id',
|
'idp_id',
|
||||||
|
|
Loading…
Reference in a new issue