Change wording of debug log submission

Fixes https://github.com/vector-im/riot-web/issues/5985
pull/21833/head
Luke Barnard 2018-02-08 18:18:57 +00:00
parent 754b7fbad5
commit 0154772789
2 changed files with 7 additions and 7 deletions

View File

@ -794,11 +794,11 @@ module.exports = React.createClass({
} }
return ( return (
<div> <div>
<h3>{ _t("Bug Report") }</h3> <h3>{ _t("Debug Logs Submission") }</h3>
<div className="mx_UserSettings_section"> <div className="mx_UserSettings_section">
<p>{ _t("Found a bug?") }</p> <p>{ _t("Want to send logs?") }</p>
<button className="mx_UserSettings_button danger" <button className="mx_UserSettings_button danger"
onClick={this._onBugReportClicked}>{ _t('Report it') } onClick={this._onBugReportClicked}>{ _t('Submit debug logs') }
</button> </button>
</div> </div>
</div> </div>

View File

@ -500,8 +500,8 @@
"Download %(text)s": "Download %(text)s", "Download %(text)s": "Download %(text)s",
"Invalid file%(extra)s": "Invalid file%(extra)s", "Invalid file%(extra)s": "Invalid file%(extra)s",
"Error decrypting image": "Error decrypting image", "Error decrypting image": "Error decrypting image",
"Image '%(Body)s' cannot be displayed.": "Image '%(Body)s' cannot be displayed.",
"This image cannot be displayed.": "This image cannot be displayed.", "This image cannot be displayed.": "This image cannot be displayed.",
"Image '%(Body)s' cannot be displayed.": "Image '%(Body)s' cannot be displayed.",
"Error decrypting video": "Error decrypting video", "Error decrypting video": "Error decrypting video",
"%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s changed the avatar for %(roomName)s", "%(senderDisplayName)s changed the avatar for %(roomName)s": "%(senderDisplayName)s changed the avatar for %(roomName)s",
"%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s removed the room avatar.", "%(senderDisplayName)s removed the room avatar.": "%(senderDisplayName)s removed the room avatar.",
@ -855,9 +855,9 @@
"Device ID:": "Device ID:", "Device ID:": "Device ID:",
"Device key:": "Device key:", "Device key:": "Device key:",
"Ignored Users": "Ignored Users", "Ignored Users": "Ignored Users",
"Bug Report": "Bug Report", "Debug Logs Submission": "Debug Logs Submission",
"Found a bug?": "Found a bug?", "Want to send logs?": "Want to send logs?",
"Report it": "Report it", "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.", "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.", "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.",
"Learn more about how we use analytics.": "Learn more about how we use analytics.", "Learn more about how we use analytics.": "Learn more about how we use analytics.",