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; }