mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
Fix missprint
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user