fix inverted checkbox description

This commit is contained in:
ansuz
2017-02-28 18:58:20 +01:00
parent e2acf15ed8
commit 84a4a15c46
3 changed files with 3 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ define(function () {
out.settings_userFeedbackHint1 = "CryptPad provides some very basic feedback to the server, to let us know how to improve your experience.";
out.settings_userFeedbackHint2 = "Your pad's content will never be shared with the server.";
out.settings_userFeedback = "Disable user feedback";
out.settings_userFeedback = "Enable user feedback";
out.settings_anonymous = "You are not logged in. Settings here are specific to this browser.";