mirror of https://github.com/zulip/zulip.git
Improve copy for new webathena error.
(imported from commit 497f19220d1ab460b6bc0fa4f6bad2dd72733098)
This commit is contained in:
parent
ce29c4dd34
commit
d385b35547
|
@ -652,7 +652,7 @@ exports.validate = function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($("#zephyr-mirror-error").is(":visible")) {
|
if ($("#zephyr-mirror-error").is(":visible")) {
|
||||||
compose_error("You need to link with Webathena before you can send messages!");
|
compose_error("You need to be running Zephyr mirroring in order to send messages!");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue