Commit 6cf24ba9d791ee5e3a57fae3b418732358f467e6
Exists in
spb-stable
and in
3 other branches
Merge pull request #6284 from Razer6/fix_grammer_in_mr_page
Fixes #6073, Update grammer in MR accept form
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/projects/merge_requests/show/_mr_accept.html.haml
... | ... | @@ -60,7 +60,7 @@ |
60 | 60 | |
61 | 61 | .automerge_widget.already_cannot_be_merged.hide |
62 | 62 | .bs-callout.bs-callout-info |
63 | - %strong This merge request already can not be merged. Try to reload page. | |
63 | + %strong This merge request can not be merged. Try to reload the page. | |
64 | 64 | |
65 | 65 | .merge-in-progress.hide |
66 | 66 | .bs-callout.bs-callout-success | ... | ... |