diff options
-rw-r--r-- | Zotlabs/Module/Register.php | 2 | ||||
-rw-r--r-- | util/hmessages.po | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Module/Register.php b/Zotlabs/Module/Register.php index 56d3f2d22..17280c474 100644 --- a/Zotlabs/Module/Register.php +++ b/Zotlabs/Module/Register.php @@ -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'); diff --git a/util/hmessages.po b/util/hmessages.po index 1b0738e02..77da69bbb 100644 --- a/util/hmessages.po +++ b/util/hmessages.po @@ -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 |