From b1a280de325a1b68b5c1d97909932d53c88e56b8 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Mon, 3 Jun 2013 23:11:36 +0200 Subject: [PATCH] Fix: error message --- htdocs/public/members/new.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/public/members/new.php b/htdocs/public/members/new.php index 358201aa4a7..d2de44e3beb 100644 --- a/htdocs/public/members/new.php +++ b/htdocs/public/members/new.php @@ -71,7 +71,7 @@ if (empty($conf->adherent->enabled)) accessforbidden('',1,1,1); if (empty($conf->global->MEMBER_ENABLE_PUBLIC)) { - print $langs->trans("Auto subscription form for public visitors has no been enabled"); + print $langs->trans("Auto subscription form for public visitors has not been enabled"); exit; } -- GitLab