From 696239e93391f3dfd6459857fb02a6006048093a Mon Sep 17 00:00:00 2001 From: Adam Date: Mon, 10 Oct 2016 14:45:36 -0400 Subject: hostserv/request: grammar fail --- modules/hostserv/request.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/hostserv/request.cpp') diff --git a/modules/hostserv/request.cpp b/modules/hostserv/request.cpp index dcaed4913..47914ee0e 100644 --- a/modules/hostserv/request.cpp +++ b/modules/hostserv/request.cpp @@ -215,7 +215,7 @@ class CommandHSRequest : public Command unsigned int max_vhosts = Config->GetModule("hostserv/main")->Get("max_vhosts"); if (max_vhosts && max_vhosts >= u->Account()->GetRefs().size()) { - source.Reply(_("You already has the maximum number of vhosts allowed (\002{0}\002)."), max_vhosts); + source.Reply(_("You already have the maximum number of vhosts allowed (\002{0}\002)."), max_vhosts); return; } -- cgit