Commit 55cd8afe by David Baumgold

Fixing copy for default server error message on notification

parent 7ae53479
......@@ -70,7 +70,7 @@
$(document).ajaxError(function(event, jqXHR, ajaxSettings, thrownError) {
var msg = new CMS.Models.ErrorMessage({
"title": gettext("Studio's having trouble saving your work"),
"message": jqXHR.responseText || gettext("This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure are online.")
"message": jqXHR.responseText || gettext("This may be happening because of an error with our server or your internet connection. Try refreshing the page or making sure you are online.")
});
new CMS.Views.Notification({model: msg});
return msg;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment