Next Estimated Chapter (#2342)
This commit is contained in:
parent
ca5afe94d3
commit
de9b09c71f
32 changed files with 433 additions and 73 deletions
|
|
@ -64,7 +64,7 @@ export class ChangeEmailComponent implements OnInit {
|
|||
if (updateEmailResponse.hadNoExistingEmail) {
|
||||
this.toastr.success(translate('toasts.email-sent-to-no-existing', {email: model.email}));
|
||||
} else {
|
||||
this.toastr.success(translate('toasts.email-send-to'));
|
||||
this.toastr.success(translate('toasts.email-sent-to'));
|
||||
}
|
||||
} else {
|
||||
this.toastr.success(translate('toasts.change-email-private'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue