Commit 7ae53479 by Brian Talbot Committed by David Baumgold

studio - revises error message copy when section name is left blank on outline view

parent c628a8a3
......@@ -70,11 +70,11 @@ CMS.Views.SectionEdit = Backbone.View.extend({
showInvalidMessage: function(model, error, options) {
var that = this;
var msg = new CMS.Models.ErrorMessage({
title: gettext("Validation Error"),
title: gettext("Your change could not be saved"),
message: error,
actions: {
primary: {
text: gettext("Dismiss"),
text: gettext("Return and resolve this issue"),
click: function(view) {
view.hide();
that.$("input[type=text]").focus();
......
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