Improve copy for new webathena error.

(imported from commit 497f19220d1ab460b6bc0fa4f6bad2dd72733098)
This commit is contained in:
Tim Abbott 2013-11-20 19:01:29 -05:00
parent ce29c4dd34
commit d385b35547
1 changed files with 1 additions and 1 deletions

View File

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