Skip to content

Commit f3cd499

Browse files
committed
change messages
1 parent b6c0da4 commit f3cd499

File tree

1 file changed

+2
-2
lines changed
  • app/controllers/events/view/tickets/orders

1 file changed

+2
-2
lines changed

app/controllers/events/view/tickets/orders/list.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,10 @@ export default Controller.extend({
8686
};
8787
let resendEmail = await this.loader.post('orders/resend-email', payload);
8888
if (resendEmail.status) {
89-
this.notify.success(this.l10n.t('Email confirmation has been sent to attendess successfully'));
89+
this.notify.success(this.l10n.t('Email confirmation has been sent to attendees successfully'));
9090
}
9191
} catch (error) {
92-
this.notify.error(this.l10n.t('Something went wrong'));
92+
this.notify.error(this.l10n.t('An unexpected error occurred.'));
9393
}
9494
}
9595
}

0 commit comments

Comments
 (0)