mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 05:28:26 -04:00
Format 1000s properly on returned letters pages
Our style is to comma-separate numbers in the 1000s for easier reading.
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
{% endcall %}
|
||||
{% if more_than_one_page %}
|
||||
<p class="table-show-more-link">
|
||||
Only showing the first {{ page_size }} of {{ count_of_returned_letters }} rows
|
||||
Only showing the first {{ page_size }} of {{ count_of_returned_letters|format_thousands }} rows
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user