Commit 78fbfe42 authored by Dave Pisek's avatar Dave Pisek

Pipeline Security: Rename "scanner" to "tool"

This commit renames the "scanner" label to "tool" for the
modal that displays details about a vulnerability within the
pipeline-security tab.

Changelog: changed
EE: true
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/68713
parent ffedc13c
......@@ -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="/"
......
......@@ -37172,9 +37172,6 @@ msgstr ""
msgid "Vulnerability|Request/Response"
msgstr ""
msgid "Vulnerability|Scanner"
msgstr ""
msgid "Vulnerability|Scanner Provider"
msgstr ""
......@@ -37187,6 +37184,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