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
0318d070
Commit
0318d070
authored
Oct 13, 2021
by
scootergrisen
Committed by
Rémy Coutable
Oct 13, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change "integer number number" to "integer number"
parent
0ed7d3cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
app/assets/javascripts/feature_flags/components/strategies/flexible_rollout.vue
.../feature_flags/components/strategies/flexible_rollout.vue
+1
-1
locale/gitlab.pot
locale/gitlab.pot
+0
-3
No files found.
app/assets/javascripts/feature_flags/components/strategies/flexible_rollout.vue
View file @
0318d070
...
...
@@ -17,7 +17,7 @@ export default {
},
},
i18n
:
{
percentageDescription
:
__
(
'
Enter an integer number
number
between 0 and 100
'
),
percentageDescription
:
__
(
'
Enter an integer number between 0 and 100
'
),
percentageInvalid
:
__
(
'
Percent rollout must be an integer number between 0 and 100
'
),
percentageLabel
:
__
(
'
Percentage
'
),
stickinessDescription
:
__
(
'
Consistency guarantee method
'
),
...
...
locale/gitlab.pot
View file @
0318d070
...
...
@@ -12822,9 +12822,6 @@ msgstr ""
msgid "Enter an integer number between 0 and 100"
msgstr ""
msgid "Enter an integer number number between 0 and 100"
msgstr ""
msgid "Enter any color or choose one of the suggested colors below."
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