aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/js/translation_strings.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/js/translation_strings.html b/templates/web/base/js/translation_strings.html
index 9bdf3b498..97945a78e 100644
--- a/templates/web/base/js/translation_strings.html
+++ b/templates/web/base/js/translation_strings.html
@@ -1,3 +1,4 @@
+[% FILTER collapse %]
translation_strings = {
update: '[% loc('Please enter a message') | replace("'", "\\'") %]',
title: '[% loc('Please enter a subject') | replace("'", "\\'") %]',
@@ -81,3 +82,4 @@
update_plural: '[% loc('updates') | replace("'", "\\'") %]'
}
};
+[% END %]