diff options
Diffstat (limited to 'modules/hostserv/request.cpp')
-rw-r--r-- | modules/hostserv/request.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<unsigned int>("max_vhosts"); if (max_vhosts && max_vhosts >= u->Account()->GetRefs<HostServ::VHost *>().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; } |