diff options
author | Max Kostikov <max@kostikov.co> | 2021-04-29 11:35:14 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2021-04-29 11:35:14 +0200 |
commit | e67c780afd9dc084cfd046adc4956772c93ec910 (patch) | |
tree | 386635303bc6ac519f33dec9b8a936031771495d | |
parent | 0cbdeb7bf16f1fb0d03038dd5af324b7cdd7e850 (diff) | |
download | volse-hubzilla-e67c780afd9dc084cfd046adc4956772c93ec910.tar.gz volse-hubzilla-e67c780afd9dc084cfd046adc4956772c93ec910.tar.bz2 volse-hubzilla-e67c780afd9dc084cfd046adc4956772c93ec910.zip |
Fix missprint
-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 |