aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-07-18 14:03:09 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-07-18 14:03:09 +0100
commit755f0c7ee75fe3092671e9d1f7f46603ccc3bfc5 (patch)
tree0c676e65894ad3764dbc0854687c18209ab15a65 /templates
parent945ccfb59c24c6cd0091ff7ef2182106a1224c68 (diff)
parent2cd02a034959325bc117db9963602657614929df (diff)
Merge branch 'version-2.1'
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/js/translation_strings.html2
-rw-r--r--templates/web/base/reports/_list-filters.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html
index b90a4d576..428a250a3 100644
--- a/templates/web/base/js/translation_strings.html
+++ b/templates/web/base/js/translation_strings.html
@@ -66,7 +66,7 @@
are_you_sure: '[% loc('Are you sure?') | replace("'", "\\'") %]',
data_cleared: '[% loc('Offline data cleared') | replace("'", "\\'") %]',
reports_saved: '[% loc('Reports saved offline.') | replace("'", "\\'") %]',
- saving_reports: '[% loc('Saving reports offline', 'This is followed by a progress count, e.g. 3/5') | replace("'", "\\'") %]',
+ saving_reports: '[% loc('Saving reports offline', "This is followed by a progress count, e.g. 3/5") | replace("'", "\\'") %]',
you_are_offline: '[% loc('You are offline') | replace("'", "\\'") %]',
N_saved: '[% loc('<span>%s</span> saved.') | replace("'", "\\'") %]',
saved_to_submit: '[% loc('You have <a id="oFN" href=""><span>%s</span> saved to submit</a>.') | replace("'", "\\'") %]',
diff --git a/templates/web/base/reports/_list-filters.html b/templates/web/base/reports/_list-filters.html
index e657e0375..efb917c16 100644
--- a/templates/web/base/reports/_list-filters.html
+++ b/templates/web/base/reports/_list-filters.html
@@ -34,7 +34,7 @@
[% END %]
<p class="report-list-filters">
- [% tprintf(loc('<label for="statuses">Show</label> %s <label for="filter_categories">about</label> %s', 'The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories'), select_status, select_category) %]
+ [% tprintf(loc('<label for="statuses">Show</label> %s <label for="filter_categories">about</label> %s', "The first %s is a dropdown of all/fixed/etc, the second is a dropdown of categories"), select_status, select_category) %]
<input type="submit" name="filter_update" value="[% loc('Go') %]">
</p>