Skip to content

Commit

Permalink
message to edit subjects in booking
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrodevog committed Oct 28, 2023
1 parent c1f3fa7 commit 3e3a947
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
3 changes: 2 additions & 1 deletion module/CudiBundle/Resources/translations/site.en.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@
'You currently have no personal retails!' => 'You currently have no personal retails!',
'You successfully deleted the retail!' => 'You successfully deleted the retail!',


'To edit subjects here, go to' => 'To edit subject here, go to',
'Profile' => 'Profile',
);
2 changes: 2 additions & 0 deletions module/CudiBundle/Resources/translations/site.nl.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,6 @@
'You currently have no personal retails!' => 'Je hebt momenteel geen persoonlijke aanbiedingen!',
'You successfully deleted the retail!' => 'De aanbieding is succesvol verwijderd!',

'To edit subjects here, go to' => 'Om je vakken aan te passen, ga naar',
'Profile' => 'Profiel',
);
8 changes: 7 additions & 1 deletion module/CudiBundle/Resources/views/cudi/booking/book.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@
{% else %}

{# Content #}
<div class="container">
<div class="container">

<div class="alert alert-info notification">
<a class="close" data-dismiss="alert">&times;</a>
{{ translate('To edit subjects visible here, go to') }}
<a href="{{ url('common_account', {'action' : 'profile'}) }}" style="color: #FFD400FF">{{ translate('profile') }}</a>
</div>

<div class="spacer40"></div>
<div class="flexHorizontal">
Expand Down

0 comments on commit 3e3a947

Please sign in to comment.