aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-05-02 11:33:45 +0000
committerMario <mario@mariovavti.com>2021-05-02 11:33:45 +0000
commit8d4b1ba7d499bcb8b3b161f3f55660389d857c46 (patch)
tree4569cfea2cfe2d346f3f7e1951e9e576dbc49f35 /Zotlabs
parentb3c543265d7276a9e3072667823c844345fdef8e (diff)
parentec4226b5debd80b9608b4e367bfbf4576aa9993f (diff)
downloadvolse-hubzilla-8d4b1ba7d499bcb8b3b161f3f55660389d857c46.tar.gz
volse-hubzilla-8d4b1ba7d499bcb8b3b161f3f55660389d857c46.tar.bz2
volse-hubzilla-8d4b1ba7d499bcb8b3b161f3f55660389d857c46.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Register.php2
1 files changed, 1 insertions, 1 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');