mirror of
https://github.com/friendica/friendica
synced 2025-04-29 01:04:28 +02:00
Normalize punctuation in signup form field labels
This commit is contained in:
parent
afba22e2cc
commit
773f654e99
2 changed files with 5 additions and 5 deletions
|
@ -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.')],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue