Fix translations from GDocs based on FxB's feedback [MAILPOET-819]

This commit is contained in:
Tautvidas Sipavičius
2017-02-15 20:05:02 +02:00
parent 2cd503e0e0
commit 6f19a1593e
9 changed files with 29 additions and 24 deletions

View File

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