mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 04:58:24 -04:00
Merge pull request #2062 from alphagov/can-show-contents
Fix truncation message for large file
This commit is contained in:
@@ -190,7 +190,7 @@
|
|||||||
|
|
||||||
{% if recipients.too_many_rows %}
|
{% if recipients.too_many_rows %}
|
||||||
<p class="table-show-more-link">
|
<p class="table-show-more-link">
|
||||||
Can’t show the contents of this file
|
Only showing the first {{ count_of_displayed_recipients }} rows
|
||||||
</p>
|
</p>
|
||||||
{% elif count_of_displayed_recipients < count_of_recipients %}
|
{% elif count_of_displayed_recipients < count_of_recipients %}
|
||||||
<p class="table-show-more-link">
|
<p class="table-show-more-link">
|
||||||
|
|||||||
Reference in New Issue
Block a user