apply translations on feedback page
parent
a16e6850d4
commit
07a2d8e189
|
@ -0,0 +1,5 @@
|
|||
define([
|
||||
'/customize/messages.js',
|
||||
], function (Messages) {
|
||||
Messages._applyTranslation();
|
||||
});
|
|
@ -1,5 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<head>
|
||||
<title>About our feedback api</title>
|
||||
<script data-main="feedback-main.js" src="/bower_components/requirejs/require.js"></script>
|
||||
<style>
|
||||
body {
|
||||
max-width: 60vw;
|
||||
|
@ -9,9 +11,9 @@ body {
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p>If you're reading this, you were probably curious why CryptPad is requesting web pages when you perform certain actions.</p>
|
||||
<p>We care about your privacy, and at the same time we want CryptPad to be very easy to use.
|
||||
<p data-localization="feedback_about">If you're reading this, you were probably curious why CryptPad is requesting web pages when you perform certain actions.</p>
|
||||
<p data-localization="feedback_privacy">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.</p>
|
||||
<p>If you would like to opt out, visit <a href="/settings/">your user settings page</a>, where you'll find a checkbox to enable or disable user feedback</p>
|
||||
<p data-localization="feedback_optout">If you would like to opt out, visit <a href="/settings/">your user settings page</a>, where you'll find a checkbox to enable or disable user feedback</p>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue