Commit d2345528 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch 'aqualls-mr-capitalization-msg' into 'master'

Fix capitalizations of 'merge request' in UI

See merge request gitlab-org/gitlab!74342
parents 20197497 042a69d3
......@@ -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.`,
),
......
......@@ -21050,7 +21050,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