mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
i18n notify strings
This commit is contained in:
parent
33a9cbb5b0
commit
7f66977ac1
8 changed files with 21 additions and 15 deletions
|
@ -285,7 +285,7 @@ export default Component.extend(Notifier, Modals, AuthProvider, {
|
|||
this.set('inviteEmail', '');
|
||||
|
||||
this.get('spaceSvc').share(this.get('folder.id'), result).then(() => {
|
||||
this.notifySuccess('Invites sent');
|
||||
this.notifySuccess(this.i18n.localize('sent'));
|
||||
$('#space-invite-email').removeClass('is-invalid');
|
||||
this.modalClose("#space-invite-user-modal");
|
||||
this.load();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue