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 { ...@@ -71,7 +71,7 @@ export default {
i18n: { i18n: {
modalTitle: __("That's it, well done!"), modalTitle: __("That's it, well done!"),
pipelinesButton: s__('MR widget|See your pipeline in action'), 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__( 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.`, `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 "" ...@@ -21041,7 +21041,7 @@ msgstr ""
msgid "MERGED" msgid "MERGED"
msgstr "" msgstr ""
msgid "MR widget|Back to the Merge request" msgid "MR widget|Back to the merge request"
msgstr "" msgstr ""
msgid "MR widget|See your pipeline in action" 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