mirror of
https://github.com/znc/znc.git
synced 2026-05-08 14:24:45 +02:00
tweak wording of "out of networks" errors
(cherry picked from commit 2b3d40a501)
This commit is contained in:
@@ -821,7 +821,7 @@ public:
|
||||
}
|
||||
} else {
|
||||
if (!spSession->IsAdmin() && !pUser->HasSpaceForNewNetwork()) {
|
||||
WebSock.PrintErrorPage("Network number limit reached. Ask an admin to increase the limit for you, or delete few old ones from Your Settings");
|
||||
WebSock.PrintErrorPage("Network number limit reached. Ask an admin to increase the limit for you, or delete unneeded networks from Your Settings.");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user