update copy

pull/21833/head
Travis Ralston 2019-07-11 12:54:26 -06:00
parent 5f9a123a80
commit c89a864a82
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ export default class BugReportDialog extends React.Component {
_onSubmit(ev) { _onSubmit(ev) {
if ((!this.state.text || !this.state.text.trim()) && (!this.state.issueUrl || !this.state.issueUrl.trim())) { if ((!this.state.text || !this.state.text.trim()) && (!this.state.issueUrl || !this.state.issueUrl.trim())) {
this.setState({ this.setState({
err: _t("Please enter an issue URL to help us analyse the problem."), err: _t("Please tell us what went wrong or, better, a github issue that describes the problem."),
}); });
return; return;
} }

View File

@ -1108,7 +1108,7 @@
"Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?", "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?": "Unable to find profiles for the Matrix IDs listed below - would you like to invite them anyway?",
"Invite anyway and never warn me again": "Invite anyway and never warn me again", "Invite anyway and never warn me again": "Invite anyway and never warn me again",
"Invite anyway": "Invite anyway", "Invite anyway": "Invite anyway",
"Please enter an issue URL to help us analyse the problem.": "Please enter an issue URL to help us analyse the problem.", "Please tell us what went wrong or, better, a github issue that describes the problem.": "Please tell us what went wrong or, better, a github issue that describes the problem.",
"Preparing to send logs": "Preparing to send logs", "Preparing to send logs": "Preparing to send logs",
"Logs sent": "Logs sent", "Logs sent": "Logs sent",
"Thank you!": "Thank you!", "Thank you!": "Thank you!",