Commit d04c20ea authored by Dmytro Zaporozhets's avatar Dmytro Zaporozhets

Merge branch 'becka-request-no-31' into 'master'

Doc: Add trailing dot to missing Secret Detection text

See merge request gitlab-org/gitlab!34970
parents cd953871 1dd53fc3
......@@ -25,7 +25,7 @@ module Projects
license_management: _('Search your project dependencies for their licenses and apply policies.'),
license_scanning: _('Search your project dependencies for their licenses and apply policies.'),
sast: _('Analyze your source code for known vulnerabilities.'),
secret_detection: _('Analyze your source code and git history for secrets')
secret_detection: _('Analyze your source code and git history for secrets.')
}.freeze
end
......
......@@ -2551,7 +2551,7 @@ msgstr ""
msgid "Analyze your dependencies for known vulnerabilities."
msgstr ""
msgid "Analyze your source code and git history for secrets"
msgid "Analyze your source code and git history for secrets."
msgstr ""
msgid "Analyze your source code for known vulnerabilities."
......
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