Adjust spelling on debug log screen
This commit is contained in:
parent
7fc19e61a9
commit
b27c1a45e4
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@ export default class BugReportDialog extends React.Component {
|
|||
_onSubmit(ev) {
|
||||
if ((!this.state.text || !this.state.text.trim()) && (!this.state.issueUrl || !this.state.issueUrl.trim())) {
|
||||
this.setState({
|
||||
err: _t("Please tell us what went wrong or, better, a github issue that describes the problem."),
|
||||
err: _t("Please tell us what went wrong or, better, create a GitHub issue that describes the problem."),
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue