diff options
Diffstat (limited to 'templates/web/base/js/translation_strings.html')
-rw-r--r-- | templates/web/base/js/translation_strings.html | 2 |
1 files changed, 1 insertions, 1 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("'", "\\'") %]', |