diff options
-rw-r--r-- | app/views/ci/lints/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/ci/lints/show.html.haml b/app/views/ci/lints/show.html.haml index 2cca0e37314..22f149d1caa 100644 --- a/app/views/ci/lints/show.html.haml +++ b/app/views/ci/lints/show.html.haml @@ -5,5 +5,5 @@ .col-xs-12 .text-content.text-center %h4= _("GitLab CI Linter has been moved") - %p.ci-linter-description + %p = _("To validate your GitLab CI configurations, go to 'CI/CD → Pipelines' inside your project, and click on the 'CI Lint' button.") |