Merge branch 'develop' into new-addonproxy

This commit is contained in:
Art4 2025-02-04 06:54:59 +00:00
commit 776781e522
2 changed files with 117 additions and 117 deletions

View file

@ -148,8 +148,8 @@ class Register extends BaseModule
'$fillext' => $fillext,
'$oidlabel' => $oidlabel,
'$openid' => $openid_url,
'$namelabel' => DI::l10n()->t('Your Display Name (as you would like it to be displayed on this system'),
'$addrlabel' => DI::l10n()->t('Your Email Address: (Initial information will be send there, so this has to be an existing address.)'),
'$namelabel' => DI::l10n()->t('Your Display Name (as you would like it to be displayed on this system):'),
'$addrlabel' => DI::l10n()->t('Your Email Address (initial information will be sent there, so this must be a valid address):'),
'$addrlabel2' => DI::l10n()->t('Please repeat your e-mail address:'),
'$ask_password' => $ask_password,
'$password1' => ['password1', DI::l10n()->t('New Password:'), '', DI::l10n()->t('Leave empty for an auto generated password.')],