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
24ed46db
Commit
24ed46db
authored
Mar 04, 2022
by
Russell Dickenson
Committed by
Miguel Rincon
Mar 04, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct text of Banner message label
Changelog: changed EE: true
parent
9e3b832e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
ee/app/assets/javascripts/maintenance_mode_settings/components/app.vue
.../javascripts/maintenance_mode_settings/components/app.vue
+2
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
ee/app/assets/javascripts/maintenance_mode_settings/components/app.vue
View file @
24ed46db
...
@@ -15,6 +15,7 @@ export default {
...
@@ -15,6 +15,7 @@ export default {
'
GitLab is undergoing maintenance and is operating in read-only mode.
'
,
'
GitLab is undergoing maintenance and is operating in read-only mode.
'
,
),
),
buttonText
:
__
(
'
Save changes
'
),
buttonText
:
__
(
'
Save changes
'
),
bannerLabel
:
__
(
'
Banner message
'
),
},
},
components
:
{
components
:
{
GlForm
,
GlForm
,
...
@@ -53,7 +54,7 @@ export default {
...
@@ -53,7 +54,7 @@ export default {
</p>
</p>
</div>
</div>
</div>
</div>
<gl-form-group
label=
"Banner Message
"
label-for=
"maintenanceBannerMessage"
>
<gl-form-group
:label=
"$options.i18n.bannerLabel
"
label-for=
"maintenanceBannerMessage"
>
<gl-form-textarea
<gl-form-textarea
id=
"maintenanceBannerMessage"
id=
"maintenanceBannerMessage"
v-model=
"bannerMessage"
v-model=
"bannerMessage"
...
...
locale/gitlab.pot
View file @
24ed46db
...
@@ -5458,6 +5458,9 @@ msgstr ""
...
@@ -5458,6 +5458,9 @@ msgstr ""
msgid "BambooService|The user with API access to the Bamboo server."
msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgstr ""
msgid "Banner message"
msgstr ""
msgid "Based on"
msgid "Based on"
msgstr ""
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