Projet

Général

Profil

0001-time-exceptions-add-some-details-to-the-delete-confi.patch

Lauréline Guérin, 07 novembre 2019 11:10

Télécharger (1,04 ko)

Voir les différences:

Subject: [PATCH] time exceptions: add some details to the delete confirmation
 popup (#37419)

 chrono/manager/templates/chrono/manager_confirm_delete.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
chrono/manager/templates/chrono/manager_confirm_delete.html
13 13
  {% blocktrans %}This cannot be removed as there are bookings for a future date.
14 14
  {% endblocktrans %}
15 15
  {% else %}
16
  {% blocktrans %}Are you sure you want to delete this?{% endblocktrans %}
16
  {% blocktrans %}Are you sure you want to delete the exception "{{ object }}"?{% endblocktrans %}
17 17
  {% endif %}
18 18
  </p>
19 19
  <div class="buttons">
20
-