Commit 1dd53fc3 authored by Lucas Charles's avatar Lucas Charles

Doc: Add trailing dot to missing Secret Detection text

parent 79eda21d
......@@ -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
......
......@@ -2548,7 +2548,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