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