Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8e53cc35
Commit
8e53cc35
authored
Oct 11, 2021
by
Kevin Comoli
Committed by
Alper Akgun
Oct 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding margin-top to form and fix typo in alert for handraise pql modal
parent
947328eb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ee/app/assets/javascripts/hand_raise_leads/hand_raise_lead/components/hand_raise_lead_button.vue
...ads/hand_raise_lead/components/hand_raise_lead_button.vue
+1
-1
ee/app/assets/javascripts/hand_raise_leads/hand_raise_lead/constants.js
...javascripts/hand_raise_leads/hand_raise_lead/constants.js
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+1
-1
No files found.
ee/app/assets/javascripts/hand_raise_leads/hand_raise_lead/components/hand_raise_lead_button.vue
View file @
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"
...
...
ee/app/assets/javascripts/hand_raise_leads/hand_raise_lead/constants.js
View file @
8e53cc35
...
...
@@ -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
b
et back to you soon.
'
,
'
PQL|Thank you for reaching out! Our sales team will
g
et back to you soon.
'
,
),
});
...
...
locale/gitlab.pot
View file @
8e53cc35
...
...
@@ -24104,7 +24104,7 @@ msgstr ""
msgid "PQL|Submit information"
msgstr ""
msgid "PQL|Thank you for reaching out! Our sales team will
b
et back to you soon."
msgid "PQL|Thank you for reaching out! Our sales team will
g
et back to you soon."
msgstr ""
msgid "Package Registry"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment