Commit 517c385b authored by Dave Pisek's avatar Dave Pisek

Follow pajamas on security configuration

* Change links to documation from using 'external-link' symbols
  to 'More information'
  (https://design.gitlab.com/usability/helping-users/#formatting-help-content)
* Add punctuation to sub-text
parent f61daee3
---
title: Resolve Change link-icons on security configuration page to follow design system
merge_request: 26340
author:
type: other
......@@ -119,16 +119,15 @@ export default {
<div class="text-2 gl-text-gray-900">
{{ feature.name }}
</div>
</div>
<div class="text-secondary">
{{ feature.description }}
<gl-link
class="d-inline-flex ml-1"
target="_blank"
:href="feature.link"
:aria-label="s__('SecurityConfiguration|Feature documentation')"
><icon name="external-link"
/></gl-link>
</div>
<div class="text-secondary">
{{ feature.description }}
>{{ __('More information') }}</gl-link
>
</div>
</div>
</div>
......
......@@ -8,11 +8,11 @@ module Projects
presents :project
SCAN_DESCRIPTIONS = {
container_scanning: _('Check your Docker images for known vulnerabilities'),
container_scanning: _('Check your Docker images for known vulnerabilities.'),
dast: _('Analyze a review version of your web application.'),
dependency_scanning: _('Analyze your dependencies for known vulnerabilities'),
license_management: _('Search your project dependencies for their licenses and apply policies'),
sast: _('Analyze your source code for known vulnerabilities')
dependency_scanning: _('Analyze your dependencies for known vulnerabilities.'),
license_management: _('Search your project dependencies for their licenses and apply policies.'),
sast: _('Analyze your source code for known vulnerabilities.')
}.freeze
SCAN_DOCS = {
......
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