From 07a2d8e18940262441bfb80607189c7c6acab0db Mon Sep 17 00:00:00 2001 From: ansuz Date: Mon, 13 Mar 2017 12:56:49 +0100 Subject: [PATCH] apply translations on feedback page --- www/common/feedback-main.js | 5 +++++ www/common/feedback.html | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 www/common/feedback-main.js diff --git a/www/common/feedback-main.js b/www/common/feedback-main.js new file mode 100644 index 000000000..e81dabbc2 --- /dev/null +++ b/www/common/feedback-main.js @@ -0,0 +1,5 @@ +define([ + '/customize/messages.js', +], function (Messages) { + Messages._applyTranslation(); +}); diff --git a/www/common/feedback.html b/www/common/feedback.html index f25a7cb40..fa98fbcf0 100644 --- a/www/common/feedback.html +++ b/www/common/feedback.html @@ -1,5 +1,7 @@ +About our feedback api + -

If you're reading this, you were probably curious why CryptPad is requesting web pages when you perform certain actions.

-

We care about your privacy, and at the same time we want CryptPad to be very easy to use. +

If you're reading this, you were probably curious why CryptPad is requesting web pages when you perform certain actions.

+

We care about your privacy, and at the same time we want CryptPad to be very easy to use. We use this file to figure out which UI features matter to our users, by requesting it along with a parameter specifying which action was taken.

-

If you would like to opt out, visit your user settings page, where you'll find a checkbox to enable or disable user feedback

+

If you would like to opt out, visit your user settings page, where you'll find a checkbox to enable or disable user feedback