fix en string as per @ferret

This commit is contained in:
Mario
2025-10-16 08:20:55 +00:00
parent c49a646bef
commit 2e85852a9c

View File

@@ -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 = '<a href="pubsites">' . t('Register at another affiliated hub in case when prefered') . '</a>';
$other_sites = '<a href="pubsites">' . t('Register at another affiliated hub if preferred') . '</a>';
}
$duty = zar_register_dutystate();