Commit 8e53cc35 authored by Kevin Comoli's avatar Kevin Comoli Committed by Alper Akgun

Adding margin-top to form and fix typo in alert for handraise pql modal

parent 947328eb
...@@ -204,7 +204,7 @@ export default { ...@@ -204,7 +204,7 @@ export default {
@primary="submit" @primary="submit"
> >
{{ modalHeaderText }} {{ modalHeaderText }}
<div class="combined d-flex"> <div class="combined d-flex gl-mt-5">
<gl-form-group <gl-form-group
:label="$options.i18n.firstNameLabel" :label="$options.i18n.firstNameLabel"
label-size="sm" label-size="sm"
......
...@@ -24,7 +24,7 @@ export const i18n = Object.freeze({ ...@@ -24,7 +24,7 @@ export const i18n = Object.freeze({
), ),
handRaiseActionError: s__('PQL|An error occurred while sending hand raise lead.'), handRaiseActionError: s__('PQL|An error occurred while sending hand raise lead.'),
handRaiseActionSuccess: s__( handRaiseActionSuccess: s__(
'PQL|Thank you for reaching out! Our sales team will bet back to you soon.', 'PQL|Thank you for reaching out! Our sales team will get back to you soon.',
), ),
}); });
......
...@@ -24104,7 +24104,7 @@ msgstr "" ...@@ -24104,7 +24104,7 @@ msgstr ""
msgid "PQL|Submit information" msgid "PQL|Submit information"
msgstr "" msgstr ""
msgid "PQL|Thank you for reaching out! Our sales team will bet back to you soon." msgid "PQL|Thank you for reaching out! Our sales team will get back to you soon."
msgstr "" msgstr ""
msgid "Package Registry" msgid "Package Registry"
......
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