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 { ...@@ -76,7 +76,7 @@ export default {
const { jobPath } = this.reportInfo; const { jobPath } = this.reportInfo;
const body = __( 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}">` : ''; const linkStart = jobPath ? `<a href="${jobPath}">` : '';
......
...@@ -22,7 +22,7 @@ export default { ...@@ -22,7 +22,7 @@ export default {
pipelineText() { pipelineText() {
const { path } = this; const { path } = this;
const body = s__( 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 const linkStart = path
......
---
title: Change dependency & license scan pipeline text message
merge_request:
author:
type: changed
...@@ -7015,7 +7015,7 @@ msgstr "" ...@@ -7015,7 +7015,7 @@ msgstr ""
msgid "Display source" msgid "Display source"
msgstr "" 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 "" msgstr ""
msgid "Do not display offers from third parties within GitLab" msgid "Do not display offers from third parties within GitLab"
...@@ -11724,7 +11724,7 @@ msgstr "" ...@@ -11724,7 +11724,7 @@ msgstr ""
msgid "Licenses|Detected in Project" msgid "Licenses|Detected in Project"
msgstr "" 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 "" msgstr ""
msgid "Licenses|Error fetching the license list. Please check your network connection and try again." 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