mirror of
https://github.com/friendica/friendica
synced 2025-02-04 07:38:51 +00:00
Close paren in message shown at the signup form
This commit is contained in:
parent
2abc7b4986
commit
7b5b9c164e
2 changed files with 3 additions and 3 deletions
|
@ -148,7 +148,7 @@ 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'),
|
||||
'$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.)'),
|
||||
'$addrlabel2' => DI::l10n()->t('Please repeat your e-mail address:'),
|
||||
'$ask_password' => $ask_password,
|
||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: 2025.02-dev\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-03 19:52+0000\n"
|
||||
"POT-Creation-Date: 2025-02-03 19:55+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
|
@ -8764,7 +8764,7 @@ msgid "Your invitation code: "
|
|||
msgstr ""
|
||||
|
||||
#: src/Module/Register.php:151
|
||||
msgid "Your Display Name (as you would like it to be displayed on this system"
|
||||
msgid "Your Display Name (as you would like it to be displayed on this system)"
|
||||
msgstr ""
|
||||
|
||||
#: src/Module/Register.php:152
|
||||
|
|
Loading…
Add table
Reference in a new issue