Missing translation

This commit is contained in:
Sam Bell 2018-06-12 15:12:05 +01:00
parent 9ba8852441
commit cbeb79373d
2 changed files with 4 additions and 2 deletions

View File

@ -112,6 +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',
'whoops' => 'Whoops! Looks like something went wrong. Please try again.',
'your_password_reset_link' => 'Your Password Reset Link',
);
);

View File

@ -112,6 +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',
'whoops' => 'Ups! Coś poszło nie tak. Spróbuj ponownie.',
'your_password_reset_link' => 'Twój link do resetu hasła',
);
);