diff --git a/core/ext/user.ext.php b/core/ext/user.ext.php index 7f60bc1f..ee5ea4c1 100644 --- a/core/ext/user.ext.php +++ b/core/ext/user.ext.php @@ -70,7 +70,7 @@ class UserPage extends Extension { if(is_a($event, 'SetupBuildingEvent')) { $sb = new SetupBlock("User Options"); - $sb->add_bool_option("login_signup_enabled", "
Allow new signups: "); + $sb->add_bool_option("login_signup_enabled", "Allow new signups: "); $sb->add_longtext_option("login_tac", "
Terms & Conditions:
"); $event->panel->add_main_block($sb); }