diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js index 51b6ff5bc1..f6629b4b09 100644 --- a/src/components/structures/UserSettings.js +++ b/src/components/structures/UserSettings.js @@ -795,11 +795,18 @@ module.exports = React.createClass({ } return (
{ _t("Found a bug?") }
+{ + _t( "If you've submitted a bug via GitHub, debug logs can help " + + "us track down the problem. Debug logs contain application " + + "usage data including your username, the IDs or aliases of " + + "the rooms or groups you have visited and the usernames of " + + "other users. They do not contian messages.", + ) + }