You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Iterate copy on download logs button
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user