mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Debug : accompaning period good variable name for timeline
This commit is contained in:
parent
d07c7d4286
commit
2c4fae5ee3
@ -1 +1,3 @@
|
||||
<p><i class="fa fa-folder"></i> {{ 'An accompanying period is closed for %person% on %date%'|trans({'%person%': person, '%date%': period.dateClosing|localizeddate('long', 'none') } ) }}</p>
|
||||
<p>
|
||||
<i class="fa fa-folder"></i> {{ 'An accompanying period is closed for %person% on %date%'|trans({'%person%': person, '%date%': period.closingDate|localizeddate('long', 'none') } ) }}
|
||||
</p>
|
||||
|
@ -1 +1,3 @@
|
||||
<p><i class="fa fa-folder-open"></i> {{ 'An accompanying period is opened for %person% on %date%'|trans({'%person%': person, '%date%': period.dateOpening|localizeddate('long', 'none') } ) }}</p>
|
||||
<p>
|
||||
<i class="fa fa-folder-open"></i> {{ 'An accompanying period is opened for %person% on %date%'|trans({'%person%': person, '%date%': period.openingDate|localizeddate('long', 'none') } ) }}
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user