aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/templates/base/notifier/new_booking.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/base/notifier/new_booking.html b/src/templates/base/notifier/new_booking.html
index 6d3c344..d886f40 100644
--- a/src/templates/base/notifier/new_booking.html
+++ b/src/templates/base/notifier/new_booking.html
@@ -112,7 +112,7 @@
<td>{{booking.purpose}}</td>
</tr>
<tr class="row3">
- <td>collaborator{% booking.collaborators.all.count|pluralize:"s" %}:</td>
+ <td>collaborators:</td>
<td></td>
</tr>
{% for user in booking.collaborators.all %}