Commit 315f9b92 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'rename-latest-scan' into 'master'

Update pipeline copy on dependency & license compliance pages

See merge request gitlab-org/gitlab!26864
parents aeb73dc7 fe9e700e
......@@ -76,7 +76,7 @@ export default {
const { jobPath } = this.reportInfo;
const body = __(
'Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan',
'Displays dependencies and known vulnerabilities, based on the %{linkStart}latest successful%{linkEnd} scan',
);
const linkStart = jobPath ? `<a href="${jobPath}">` : '';
......
......@@ -22,7 +22,7 @@ export default {
pipelineText() {
const { path } = this;
const body = s__(
'Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan',
'Licenses|Displays licenses detected in the project, based on the %{linkStart}latest successful%{linkEnd} scan',
);
const linkStart = path
......
---
title: Change dependency & license scan pipeline text message
merge_request:
author:
type: changed
......@@ -7015,7 +7015,7 @@ msgstr ""
msgid "Display source"
msgstr ""
msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest pipeline%{linkEnd} scan"
msgid "Displays dependencies and known vulnerabilities, based on the %{linkStart}latest successful%{linkEnd} scan"
msgstr ""
msgid "Do not display offers from third parties within GitLab"
......@@ -11724,7 +11724,7 @@ msgstr ""
msgid "Licenses|Detected in Project"
msgstr ""
msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest pipeline%{linkEnd} scan"
msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest successful%{linkEnd} scan"
msgstr ""
msgid "Licenses|Error fetching the license list. Please check your network connection and try again."
......
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