diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 2 | ||||
-rw-r--r-- | templates/web/base/reports/_list-filters.html | 2 |
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> |