diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-07-17 11:22:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-07-17 11:22:53 +0100 |
commit | e7248aa27d821c966d72c680b3c0cf5d46517534 (patch) | |
tree | dbba4ab94095930db60dd7f2e4d2c4b5953819f6 | |
parent | 6883084847047ab921fa4d0b26dc2b99cb525f37 (diff) | |
parent | 019e8fb650bce3b6f362d7da559c7f8140ffa146 (diff) |
Merge remote-tracking branch 'origin/issues/commercial/1087-dashboard-csv-download-teaser'
-rw-r--r-- | templates/web/fixmystreet.com/reports/summary.html | 2 |
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> |