Skip to content

Draft: Removing full stop from Learn More link

Amber Parker requested to merge 414676-move-full-stop-amber into master

What does this MR do and why?

Moves the full stop outside of the Learn More link.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2023-07-20_at_11.09.18_AM Screenshot_2023-07-20_at_11.11.45_AM

How to set up and validate locally

  1. In the file gitlab/app/assets/javascripts/pages/projects/pipeline_schedules/shared/components/interval_pattern_input.vue, change line 99 to the following, so the correct message is displayed.
text: s__('PipelineScheduleIntervalPattern|Custom (%{linkStart}Learn more%{linkEnd}.)'),

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #414676 (closed)

Merge request reports