We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c0da4 commit f3cd499Copy full SHA for f3cd499
app/controllers/events/view/tickets/orders/list.js
@@ -86,10 +86,10 @@ export default Controller.extend({
86
};
87
let resendEmail = await this.loader.post('orders/resend-email', payload);
88
if (resendEmail.status) {
89
- this.notify.success(this.l10n.t('Email confirmation has been sent to attendess successfully'));
+ this.notify.success(this.l10n.t('Email confirmation has been sent to attendees successfully'));
90
}
91
} catch (error) {
92
- this.notify.error(this.l10n.t('Something went wrong'));
+ this.notify.error(this.l10n.t('An unexpected error occurred.'));
93
94
95
0 commit comments