Skip to content

Remove "Learn more in the|" from link text

scootergrisen requested to merge (removed):fix17 into master

Looks like it already says "Learn more in the" before the link. So remove "Learn more in the|" inside the link.

          {{ __('Learn more in the') }}
          <a :href="docsUrl" target="_blank" rel="nofollow">
            {{ s__('Learn more in the|pipeline schedules documentation') }}</a
          >.

https://gitlab.com/gitlab-org/gitlab/-/blob/master/app/assets/javascripts/pages/projects/pipeline_schedules/shared/components/pipeline_schedules_callout.vue#L54-57

Hope this is correct and that there will be a space between the text before the link and the link.

Edited by scootergrisen

Merge request reports