`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.`,
),
helpMessage:s__(
`MR widget|Take a look at our %{beginnerLinkStart}Beginner's Guide to Continuous Integration%{beginnerLinkEnd} and our %{exampleLinkStart}examples of GitLab CI/CD%{exampleLinkEnd} to learn more.`,
),
pipelinesButton:s__('MR widget|See your pipeline in action'),
mergeRequestButton:s__('MR widget|Back to the Merge request'),
modalTitle:sprintf(
__("That's it, well done!%{celebrate}"),
{
celebrate:glEmojiTag('tada'),
},
false,
),
goToTrackValuePipelines:10,
goToTrackValueMergeRequest:20,
trackEvent:'click_button',
...
...
@@ -78,6 +62,17 @@ export default {
return'';
},
},
i18n:{
modalTitle:s__("That's it, well done!"),
pipelinesButton:s__('MR widget|See your pipeline in action'),
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.`,
),
helpMessage:s__(
`MR widget|Take a look at our %{beginnerLinkStart}Beginner's Guide to Continuous Integration%{beginnerLinkEnd} and our %{exampleLinkStart}examples of GitLab CI/CD%{exampleLinkEnd} to learn more.`,