mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Update debug logs submission explanation
This commit is contained in:
parent
0154772789
commit
aed7c2039d
2 changed files with 9 additions and 2 deletions
|
@ -796,7 +796,14 @@ module.exports = React.createClass({
|
|||
<div>
|
||||
<h3>{ _t("Debug Logs Submission") }</h3>
|
||||
<div className="mx_UserSettings_section">
|
||||
<p>{ _t("Want to send logs?") }</p>
|
||||
<p>{
|
||||
_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."
|
||||
)
|
||||
}</p>
|
||||
<button className="mx_UserSettings_button danger"
|
||||
onClick={this._onBugReportClicked}>{ _t('Submit debug logs') }
|
||||
</button>
|
||||
|
|
|
@ -856,7 +856,7 @@
|
|||
"Device key:": "Device key:",
|
||||
"Ignored Users": "Ignored Users",
|
||||
"Debug Logs Submission": "Debug Logs Submission",
|
||||
"Want to send logs?": "Want to send logs?",
|
||||
"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.": "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.",
|
||||
"Submit debug logs": "Submit debug logs",
|
||||
"Riot collects anonymous analytics to allow us to improve the application.": "Riot collects anonymous analytics to allow us to improve the application.",
|
||||
"Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.": "Privacy is important to us, so we don't collect any personal or identifiable data for our analytics.",
|
||||
|
|
Loading…
Reference in a new issue