Skip to content

Commit

Permalink
fix no show translation & styling
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvanspauwen committed Nov 13, 2023
1 parent 92f108f commit ba34e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module/ShopBundle/Resources/translations/shop.nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
'soldout' => 'Dit broodje is jammer genoeg uitverkocht, probeer volgende keer iets vroeger :)',
'My Sandwiches' => 'Mijn Broodjes',
'You recently placed an order for a sandwich and/or salad at Theokot and did not pick it up within the specified hours. You will regain your reservation privileges at ' => 'Je hebt onlangs een broodje en/of slaatje besteld in het Theokot en kwam dit niet ophalen binnen de aangeduide uren. Je zal terug toegang krijgen tot het reservatiesysteem op ',
'Please refer to the email you received for more information.' => 'Gelieve de e-mail die u heeft ontvangen te raadplegen voor meer informatie.',
'Please refer to the email you received for more information.' => 'Gelieve de e-mail die je hebt ontvangen te raadplegen voor meer informatie.',
'Your reservation privileges have been revoked for an indefinite amount of time.' => 'Je toegang tot het reservatiesysteem is voor onbepaalde duur ingetrokken.',
);
1 change: 1 addition & 0 deletions module/ShopBundle/Resources/views/shop/shop/reserve.twig
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
{% endif %}
</div>
{% else %}
<div style="margin-top:10px"></div>
{% if canReserveResponse.getReason() != null %}
{{ translate(canReserveResponse.getReason()) }}
{% else %}
Expand Down

0 comments on commit ba34e4d

Please sign in to comment.