aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2018-07-12 12:47:27 +0100
committerZarino Zappia <mail@zarino.co.uk>2018-07-12 12:47:27 +0100
commit019e8fb650bce3b6f362d7da559c7f8140ffa146 (patch)
tree7dd21f6f575106f39aba7b0ff1d75313eb7987ce
parent7c3845be8d26778e93a790ad212b230fbd847d43 (diff)
Make non-pro dashboard CSV download limit clearer
Fixes mysociety/fixmystreet-commercial#1087.
-rw-r--r--templates/web/fixmystreet.com/reports/summary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet.com/reports/summary.html b/templates/web/fixmystreet.com/reports/summary.html
index 96d326ce7..de340e5fd 100644
--- a/templates/web/fixmystreet.com/reports/summary.html
+++ b/templates/web/fixmystreet.com/reports/summary.html
@@ -131,7 +131,7 @@
<li>[% INCLUDE gb new_gb='category' text='category' %]</li>
<li>[% INCLUDE gb new_gb='device' text='device' %]</li>
<li>[% INCLUDE gb new_gb='state' text='state' %]</li>
- <li class="pull-right"><a href="[% c.uri_with({ csv => 1 }) %]">[% loc('Export as CSV') %]</a></li>
+ <li class="pull-right"><a href="[% c.uri_with({ csv => 1 }) %]">[% loc('Export CSV preview (100 rows)') %]</a></li>
</ul>
</div>
</div>