manager: fix wording in partial booking day view (#82840)
gitea/chrono/pipeline/head This commit looks good Details

This commit is contained in:
Lauréline Guérin 2023-10-26 10:14:44 +02:00 committed by Valentin Deniaud
parent 81aa0d95fc
commit 368c239218
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
{% for check in user.booking_checks %}
<a
class="registrant--bar clearfix check {{ check.css_class }}"
title="{% trans "Checked period:" %}"
title="{% trans "Checked period" %}"
style="left: {{ check.css_left }}%; width: {{ check.css_width }}%;"
{% if allow_check %}
rel="popup"