Merge pull request #820 from mailpoet/translations

Fix translations based on translators' feedback [MAILPOET-819]
This commit is contained in:
mrcasual
2017-02-21 13:20:24 +01:00
committed by GitHub
22 changed files with 54 additions and 53 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);