update copy

This commit is contained in:
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) {
if ((!this.state.text || !this.state.text.trim()) && (!this.state.issueUrl || !this.state.issueUrl.trim())) {
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;
}