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
cf7aafb6
Commit
cf7aafb6
authored
Oct 21, 2021
by
Kevin Comoli
Committed by
Olena Horal-Koretska
Oct 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add helper to telephone number field in hand raise modal
parent
886d9e04
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
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
-0
ee/app/assets/javascripts/hand_raise_leads/hand_raise_lead/constants.js
...javascripts/hand_raise_leads/hand_raise_lead/constants.js
+1
-0
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
ee/app/assets/javascripts/hand_raise_leads/hand_raise_lead/components/hand_raise_lead_button.vue
View file @
cf7aafb6
...
...
@@ -268,6 +268,7 @@ export default {
<gl-form-group
:label=
"$options.i18n.phoneNumberLabel"
label-size=
"sm"
:description=
"$options.i18n.phoneNumberDescription"
label-for=
"phoneNumber"
>
<gl-form-input
...
...
ee/app/assets/javascripts/hand_raise_leads/hand_raise_lead/constants.js
View file @
cf7aafb6
...
...
@@ -7,6 +7,7 @@ export const i18n = Object.freeze({
companySizeLabel
:
__
(
'
Number of employees
'
),
companySizeSelectPrompt
:
__
(
'
- Select -
'
),
phoneNumberLabel
:
__
(
'
Telephone number
'
),
phoneNumberDescription
:
__
(
'
Provide a number our sales team can use to call you.
'
),
countryLabel
:
__
(
'
Country
'
),
countrySelectPrompt
:
__
(
'
Please select a country
'
),
stateLabel
:
__
(
'
State/Province/City
'
),
...
...
locale/gitlab.pot
View file @
cf7aafb6
...
...
@@ -27791,6 +27791,9 @@ msgstr ""
msgid "Protip: %{linkStart}Auto DevOps%{linkEnd} uses Kubernetes clusters to deploy your code!"
msgstr ""
msgid "Provide a number our sales team can use to call you."
msgstr ""
msgid "Provider"
msgstr ""
...
...
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