Commit e4a523a1 authored by Alper Akgun's avatar Alper Akgun

Merge branch '334211-fix-spacing-and-typo-hand-raise-modal' into 'master'

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

See merge request gitlab-org/gitlab!72126
parents 35bdaef4 8e53cc35
......@@ -204,7 +204,7 @@ export default {
@primary="submit"
>
{{ modalHeaderText }}
<div class="combined d-flex">
<div class="combined d-flex gl-mt-5">
<gl-form-group
:label="$options.i18n.firstNameLabel"
label-size="sm"
......
......@@ -24,7 +24,7 @@ export const i18n = Object.freeze({
),
handRaiseActionError: s__('PQL|An error occurred while sending hand raise lead.'),
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 ""
msgid "PQL|Submit information"
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 ""
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