Restore strings incorrectly marked as obsolete

This commit is contained in:
Scott Bowler 2018-08-13 10:01:37 +01:00
parent 98810ea785
commit 97c461cd04
2 changed files with 7 additions and 5 deletions

View File

@ -11,9 +11,10 @@ return array (
'organiser_copy' => '[Organiser Copy]',
'refund_from_name' => 'You have received a refund from :name',
'your_ticket_cancelled' => 'Your ticket has been cancelled',
//================================== Obsolete strings ==================================//
'your_ticket_for_event' => 'Your ticket for the event :event',
//================================== Obsolete strings ==================================//
'LLH:obsolete' =>
array (
'your_ticket_for_event' => 'Your ticket for the event :event',
),
);
);

View File

@ -11,9 +11,10 @@ return array (
'organiser_copy' => '[Kopia Organizatora]',
'refund_from_name' => 'Otrzymaleś refundację od :name',
'your_ticket_cancelled' => 'Twój bilet został anulowany',
'your_ticket_for_event' => 'Twój bilet na wydarzenie :event',
//================================== Obsolete strings ==================================//
'LLH:obsolete' =>
array (
'your_ticket_for_event' => 'Twój bilet na wydarzenie :event',
),
);
);