You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{_t("Please describe the bug. What did you do? What did you expect to happen? What actually happened?")}
139
+
{_t(
140
+
"Debug logs contain application usage data including your "+
141
+
"username, the IDs or aliases of the rooms or groups you "+
142
+
"have visited and the usernames of other users. They do "+
143
+
"not contain messages.",
144
+
)}
138
145
</p>
139
-
<textarea
140
-
className="mx_BugReportDialog_input"
141
-
rows={5}
142
-
onChange={this._onTextChange}
143
-
value={this.state.text}
144
-
placeholder={_t("Describe your problem here.")}
145
-
/>
146
146
<p>
147
-
{_t("In order to diagnose problems, logs from this client will be sent with this bug report. If you would prefer to only send the text above, please untick:")}
"Preparing to send logs": "Preparing to send logs",
83
+
"Logs sent": "Logs sent",
85
84
"Thank you!": "Thank you!",
86
-
"Failed to send report: ": "Failed to send report: ",
85
+
"Failed to send logs: ": "Failed to send logs: ",
87
86
"Cancel": "Cancel",
88
-
"Report a bug": "Report a bug",
89
-
"Please describe the bug. What did you do? What did you expect to happen? What actually happened?": "Please describe the bug. What did you do? What did you expect to happen? What actually happened?",
90
-
"Describe your problem here.": "Describe your problem here.",
91
-
"In order to diagnose problems, logs from this client will be sent with this bug report. If you would prefer to only send the text above, please untick:": "In order to diagnose problems, logs from this client will be sent with this bug report. If you would prefer to only send the text above, please untick:",
87
+
"Submit debug logs": "Submit debug logs",
88
+
"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.",
89
+
"<a>Click here</a> to create a GitHub issue.": "<a>Click here</a> to create a GitHub issue.",
90
+
"GitHub issue link:": "GitHub issue link:",
91
+
"Notes:": "Notes:",
92
92
"Send logs": "Send logs",
93
-
"Send": "Send",
94
93
"Unavailable": "Unavailable",
95
94
"Changelog": "Changelog",
96
95
"Back": "Back",
96
+
"Send": "Send",
97
97
"Send Custom Event": "Send Custom Event",
98
98
"You must specify an event type!": "You must specify an event type!",
0 commit comments