Merge pull request #388 from Fohdeesha/master

Fix attendee email subject
This commit is contained in:
Sam Bell 2018-06-27 19:29:23 +01:00 committed by GitHub
commit b56e17f188
2 changed files with 2 additions and 2 deletions

View File

@ -112,7 +112,7 @@ return array (
'ticket_successfully_deleted' => 'Ticket Successfully Deleted',
'ticket_successfully_resent' => 'Ticket Successfully Resent!',
'ticket_successfully_updated' => 'Ticket Successfully Updated!',
'tickets_for_event' => 'Your tickets for the event',
'tickets_for_event' => 'Your tickets for the event :event.',
'whoops' => 'Whoops! Looks like something went wrong. Please try again.',
'your_password_reset_link' => 'Your Password Reset Link',
);

View File

@ -112,7 +112,7 @@ return array (
'ticket_successfully_deleted' => 'Bilet zaktualizowany pomyślnie.',
'ticket_successfully_resent' => 'Bilet wysłano ponownie pomyślnie!',
'ticket_successfully_updated' => 'Bilet zaktualizowany pomyślnie!',
'tickets_for_event' => 'Your tickets for the event',
'tickets_for_event' => 'Twoje bilety na wydarzenie :event.',
'whoops' => 'Ups! Coś poszło nie tak. Spróbuj ponownie.',
'your_password_reset_link' => 'Twój link do resetu hasła',
);