Commit 042a69d3 authored by Amy Qualls's avatar Amy Qualls Committed by Enrique Alcántara

Fix capitalizations of 'merge request' in UI

parent 964cb5f9
......@@ -71,7 +71,7 @@ export default {
i18n: {
modalTitle: __("That's it, well done!"),
pipelinesButton: s__('MR widget|See your pipeline in action'),
mergeRequestButton: s__('MR widget|Back to the Merge request'),
mergeRequestButton: s__('MR widget|Back to the merge request'),
bodyMessage: s__(
`MR widget|The pipeline will test your code on every commit. A %{codeQualityLinkStart}code quality report%{codeQualityLinkEnd} will appear in your merge requests to warn you about potential code degradations.`,
),
......
......@@ -21041,7 +21041,7 @@ msgstr ""
msgid "MERGED"
msgstr ""
msgid "MR widget|Back to the Merge request"
msgid "MR widget|Back to the merge request"
msgstr ""
msgid "MR widget|See your pipeline in action"
......
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