Skip to content

Commit

Permalink
Add commas for broadcast message count
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnewcomer committed Sep 27, 2024
1 parent d23c1b9 commit d31b1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/msgs/includes/broadcast.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<div class="flex flex-col bg-gray-100 text-sm schedule">
<div class="text-gray-700 flex items-center flex-row px-2" style="min-height:2em">
<div class="pr-4">
{% blocktrans count message_count=broadcast.get_message_count %}
{% blocktrans with message_count=broadcast.get_message_count|intcomma count counter=broadcast.get_message_count %}
{{message_count}} message
{% plural %}
{{message_count}} messages
Expand Down

0 comments on commit d31b1e8

Please sign in to comment.