Commit 656335f5 authored by Fernando's avatar Fernando

Style tweaks from UX feedback and translations

* Regenerate POT file
* Tweak alignment slightly
parent e723e856
...@@ -48,7 +48,7 @@ export default { ...@@ -48,7 +48,7 @@ export default {
/> />
<div class="gl-display-flex ml-lg-auto p-2"> <div class="gl-display-flex ml-lg-auto p-2">
<slot name="buttons"></slot> <slot name="buttons"></slot>
<div class="pl-md-6"> <div class="pl-md-6 gl-pt-1">
<gl-toggle v-model="hideDismissed" :label="$options.i18n.toggleLabel" /> <gl-toggle v-model="hideDismissed" :label="$options.i18n.toggleLabel" />
</div> </div>
</div> </div>
......
...@@ -120,7 +120,7 @@ export default { ...@@ -120,7 +120,7 @@ export default {
:pipeline-iid="pipelineIid" :pipeline-iid="pipelineIid"
> >
<template #label> <template #label>
<strong class="gl-mb-2">{{ s__('SecurityReports|Download Report') }}</strong> <strong class="gl-mb-2">{{ s__('SecurityReports|Coverage fuzzing') }}</strong>
</template> </template>
</pipeline-artifact-download> </pipeline-artifact-download>
</template> </template>
......
...@@ -28684,6 +28684,9 @@ msgstr "" ...@@ -28684,6 +28684,9 @@ msgstr ""
msgid "SecurityReports|Configure security testing" msgid "SecurityReports|Configure security testing"
msgstr "" msgstr ""
msgid "SecurityReports|Coverage fuzzing"
msgstr ""
msgid "SecurityReports|Create Jira issue" msgid "SecurityReports|Create Jira issue"
msgstr "" msgstr ""
......
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