Iterate copy on download logs button

pull/21833/head
Michael Telatynski 2020-08-03 13:21:04 +01:00
parent cbcac9dd49
commit 0a700bc8e4
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@ export default class BugReportDialog extends React.Component {
</b></p>
<AccessibleButton onClick={this._onDownload} kind="link">
{ _t("Click here to download your logs.") }
{ _t("Download logs") }
</AccessibleButton>
<Field

View File

@ -1583,7 +1583,7 @@
"Reminder: Your browser is unsupported, so your experience may be unpredictable.": "Reminder: Your browser is unsupported, so your experience may be unpredictable.",
"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 contain messages.": "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 contain messages.",
"Before submitting logs, you must <a>create a GitHub issue</a> to describe your problem.": "Before submitting logs, you must <a>create a GitHub issue</a> to describe your problem.",
"Click here to download your logs.": "Click here to download your logs.",
"Download logs": "Download logs",
"GitHub issue": "GitHub issue",
"Notes": "Notes",
"If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here.": "If there is additional context that would help in analysing the issue, such as what you were doing at the time, room IDs, user IDs, etc., please include those things here.",