You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-19 05:22:13 +03:00
update copy
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user