Break up long line.

This commit is contained in:
very-ape 2021-05-17 10:59:03 -07:00
parent fdb2a26c90
commit e41efd72eb
1 changed files with 2 additions and 1 deletions

View File

@ -218,7 +218,8 @@ function saml_addon_admin(&$a, &$o)
saml_input(
'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(
'idp_id',