From d31db1de4e59e563555e8a0537fe447b956d6449 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Thu, 14 Apr 2016 09:23:52 +0100 Subject: [PATCH] disable further registrations text piece added --- lang/english.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/english.php b/lang/english.php index 097be42..43975d7 100644 --- a/lang/english.php +++ b/lang/english.php @@ -312,6 +312,7 @@ $text = array( "login" => "login", "To disable registration..." => "To disable registration mode, open the settings menu or open lib/config___settings.php and change enableRegistration to false then reload this page", "Registration mode enabled" => "Registration mode enabled", + "disable further registrations" => "disable further registrations", "auto-check for updates" => "auto-check for updates", "To put into..." => "To put into multi-user mode, open the settings menu or open lib/config___settings.php and change multiUser to true then reload this page", "multi-user" => "multi-user"