Commit b3baf6fd authored by Eric Eastwood's avatar Eric Eastwood

Update generic error message when submitting issues

See https://gitlab.com/gitlab-org/gitlab-ce/issues/34336
parent a3d9b064
...@@ -119,7 +119,7 @@ export default { ...@@ -119,7 +119,7 @@ export default {
.catch((res) => { .catch((res) => {
this.isSubmitting = false; this.isSubmitting = false;
// eslint-disable-next-line no-new // eslint-disable-next-line no-new
new Flash(res.data.message || 'An error occurred while submitting related issues.'); new Flash(res.data.message || 'We can\'t find an issue that matches what you are looking for.');
}); });
} }
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment