Fix translations from GDocs based on FxB's feedback [MAILPOET-819]
This commit is contained in:
@@ -169,7 +169,7 @@ define([
|
||||
},
|
||||
beforeSave: function() {
|
||||
// TODO: Add a loading animation instead
|
||||
this.$('.mailpoet_autosaved_at').text('Saving...');
|
||||
this.$('.mailpoet_autosaved_at').text(MailPoet.I18n.t('saving'));
|
||||
},
|
||||
afterSave: function(json, response) {
|
||||
this.validateNewsletter(json);
|
||||
|
Reference in New Issue
Block a user