From 2e85852a9cb63c05ea1f462f6da492bcd6bfb9dd Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 16 Oct 2025 08:20:55 +0000 Subject: [PATCH] fix en string as per @ferret --- Zotlabs/Module/Register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Module/Register.php b/Zotlabs/Module/Register.php index b948f7dba..aa7d304dc 100644 --- a/Zotlabs/Module/Register.php +++ b/Zotlabs/Module/Register.php @@ -443,7 +443,7 @@ class Register extends Controller { if(intval(Config::Get('system','register_policy')) == REGISTER_APPROVE) { $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')]; $registration_is = t('Registration on this hub is by approval only.'); - $other_sites = '' . t('Register at another affiliated hub in case when prefered') . ''; + $other_sites = '' . t('Register at another affiliated hub if preferred') . ''; } $duty = zar_register_dutystate();