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:
parent
6c8b10753d
commit
78932fb8c7
4 changed files with 6 additions and 6 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue