Fix missprint

This commit is contained in:
Max Kostikov
2021-04-29 11:35:14 +02:00
parent 0cbdeb7bf1
commit e67c780afd
2 changed files with 2 additions and 2 deletions

View File

@@ -535,7 +535,7 @@ class Register extends Controller {
$tos = array('tos', $label_tos, ((x($_REQUEST,'tos')) ? $_REQUEST['tos'] : ''), '', [t('No'),t('Yes')], $duty['atform']);
$register_msg = ['register_msg', t('Why do you want to join this hub?'), ((x($_REQUEST,'register_msg')) ? $_REQUEST['register_msg'] : ''), t('This will help to review your registrtation')];
$register_msg = ['register_msg', t('Why do you want to join this hub?'), ((x($_REQUEST,'register_msg')) ? $_REQUEST['register_msg'] : ''), t('This will help to review your registration')];
require_once('include/bbcode.php');

View File

@@ -8507,7 +8507,7 @@ msgid "Why do you want to join this hub?"
msgstr ""
#: ../../Zotlabs/Module/Register.php:538
msgid "This will help to review your registrtation"
msgid "This will help to review your registration"
msgstr ""
#: ../../Zotlabs/Module/Register.php:544