Rename CMS.Views.Notification.Saving to Mini, in line with its more diverse modern usage.
This commit is contained in:
@@ -22,7 +22,7 @@ CMS.Models.Section = Backbone.Model.extend({
|
||||
},
|
||||
showNotification: function() {
|
||||
if(!this.msg) {
|
||||
this.msg = new CMS.Views.Notification.Saving({
|
||||
this.msg = new CMS.Views.Notification.Mini({
|
||||
title: gettext("Saving") + "…"
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user