1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 07:09:43 +02:00

Fix i18n strings

This commit is contained in:
Harvey Kandola 2022-03-22 12:14:31 -04:00
parent 6c8b10753d
commit 78932fb8c7
4 changed files with 6 additions and 6 deletions

View file

@ -56,7 +56,7 @@ export default Component.extend(Notifier, {
},
);
this.set('buttonText', this.i18n.localize('please_test'));
this.set('buttonText', this.i18n.localize('please_wait'));
this.notifyInfo(this.i18n.localize('smtp_sent_test_email'));
this.get('saveSMTP')().then((result) => {