Commit 17389a8b authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch '339046-rename-scanner-in-pipeline-security-report-modal-to-tool' into 'master'

Pipeline Security: Rename "scanner" to "tool"

See merge request gitlab-org/gitlab!68713
parents edf96966 78fbfe42
......@@ -248,7 +248,7 @@ export default {
<vulnerability-detail v-if="vulnerability.severity" :label="s__('Vulnerability|Severity')">
<severity-badge :severity="vulnerability.severity" class="d-inline" />
</vulnerability-detail>
<vulnerability-detail v-if="vulnerability.report_type" :label="s__('Vulnerability|Scanner')">
<vulnerability-detail v-if="vulnerability.report_type" :label="s__('Vulnerability|Tool')">
<gl-friendly-wrap :text="scannerType" />
</vulnerability-detail>
<vulnerability-detail v-if="scannerProvider" :label="s__('Vulnerability|Scanner Provider')">
......
......@@ -148,7 +148,7 @@ key2: value2
</vulnerability-detail-stub>
<vulnerability-detail-stub
label="Scanner"
label="Tool"
>
<gl-friendly-wrap-stub
symbols="/"
......
......@@ -37184,9 +37184,6 @@ msgstr ""
msgid "Vulnerability|Request/Response"
msgstr ""
msgid "Vulnerability|Scanner"
msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
......@@ -37199,6 +37196,9 @@ msgstr ""
msgid "Vulnerability|The unmodified response is the original response that had no mutations done to the request"
msgstr ""
msgid "Vulnerability|Tool"
msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
......
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