Commit 9f7db965 authored by Valerie Karnes's avatar Valerie Karnes Committed by Nicolò Maria Mezzopera

Sentence case "Learn More" button in Threat Monitoring

parent be5a7e9c
......@@ -55,7 +55,7 @@ export default {
)
}}
<gl-link ref="accessibility-issue-learn-more" :href="learnMoreUrl" target="_blank">{{
s__('AccessibilityReport|Learn More')
s__('AccessibilityReport|Learn more')
}}</gl-link>
</div>
{{ sprintf(s__('AccessibilityReport|Message: %{message}'), { message: issue.message }) }}
......
......@@ -97,7 +97,7 @@ export default {
class="mt-4"
variant="introduction"
:title="s__('SecurityReports|Introducing standalone vulnerabilities')"
:button-text="s__('SecurityReports|Learn More')"
:button-text="s__('SecurityReports|Learn more')"
:button-link="dashboardDocumentation"
@close="handleBannerClose"
>
......
......@@ -177,7 +177,7 @@ export default {
:title="s__('NetworkPolicies|No policies detected')"
:description="$options.emptyStateDescription"
:primary-button-link="documentationFullPath"
:primary-button-text="__('Learn More')"
:primary-button-text="__('Learn more')"
/>
</slot>
</template>
......
......@@ -118,7 +118,7 @@ export default {
:description="chartEmptyStateText"
:svg-path="chartEmptyStateSvgPath"
:primary-button-link="documentationFullPath"
:primary-button-text="__('Learn More')"
:primary-button-text="__('Learn more')"
compact
/>
</div>
......
......@@ -40,7 +40,7 @@ exports[`NetworkPolicyList component given there is a default environment with n
<span
class="gl-button-text"
>
Learn More
Learn more
</span>
</a>
......
......@@ -11,7 +11,7 @@ exports[`ThreatMonitoringSection component given there is a default environment
compact="true"
description="Empty Text"
primarybuttonlink="documentation_path#anchor"
primarybuttontext="Learn More"
primarybuttontext="Learn more"
svgpath="svg_path"
title="Empty Title"
/>
......
......@@ -1244,7 +1244,7 @@ msgstr ""
msgid "AccessTokens|reset it"
msgstr ""
msgid "AccessibilityReport|Learn More"
msgid "AccessibilityReport|Learn more"
msgstr ""
msgid "AccessibilityReport|Message: %{message}"
......@@ -13281,9 +13281,6 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
msgid "Learn More"
msgstr ""
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
......@@ -20294,7 +20291,7 @@ msgstr ""
msgid "SecurityReports|Issue Created"
msgstr ""
msgid "SecurityReports|Learn More"
msgid "SecurityReports|Learn more"
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
......
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