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
e4165802
Commit
e4165802
authored
Sep 21, 2021
by
Amy Qualls
Committed by
Enrique Alcántara
Sep 21, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Polish UI text for web terminals
parent
905e6500
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
7 deletions
+11
-7
app/views/admin/application_settings/_terminal.html.haml
app/views/admin/application_settings/_terminal.html.haml
+1
-1
app/views/admin/application_settings/general.html.haml
app/views/admin/application_settings/general.html.haml
+2
-1
locale/gitlab.pot
locale/gitlab.pot
+8
-5
No files found.
app/views/admin/application_settings/_terminal.html.haml
View file @
e4165802
...
...
@@ -6,5 +6,5 @@
=
f
.
label
:terminal_max_session_time
,
_
(
'Max session time'
),
class:
'label-bold'
=
f
.
number_field
:terminal_max_session_time
,
class:
'form-control gl-form-input'
.form-text.text-muted
=
_
(
'Maximum time
for web terminal websocket connection (in seconds)
. 0 for unlimited.'
)
=
_
(
'Maximum time
, in seconds, for a web terminal websocket connection
. 0 for unlimited.'
)
=
f
.
submit
_
(
'Save changes'
),
class:
"gl-button btn btn-confirm"
app/views/admin/application_settings/general.html.haml
View file @
e4165802
...
...
@@ -79,7 +79,8 @@
%button
.btn.gl-button.btn-default.js-settings-toggle
{
type:
'button'
}
=
expanded_by_default?
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
'Set max session time for web terminal.'
)
=
_
(
'Set the maximum session time for a web terminal.'
)
=
link_to
_
(
'How do I use a web terminal?'
),
help_page_path
(
'ci/environments/index.md'
,
anchor:
'web-terminals'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
.settings-content
=
render
'terminal'
...
...
locale/gitlab.pot
View file @
e4165802
...
...
@@ -16805,6 +16805,9 @@ msgstr ""
msgid "How do I set up this service?"
msgstr ""
msgid "How do I use a web terminal?"
msgstr ""
msgid "How it works"
msgstr ""
...
...
@@ -20954,10 +20957,10 @@ msgstr ""
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
msgid "Maximum time
for web terminal websocket connection (in seconds). 0 for unlimited
."
msgid "Maximum time
that users are allowed to skip the setup of two-factor authentication (in hours). Set to 0 (zero) to enforce at next sign in
."
msgstr ""
msgid "Maximum time
that users are allowed to skip the setup of two-factor authentication (in hours). Set to 0 (zero) to enforce at next sign in
."
msgid "Maximum time
, in seconds, for a web terminal websocket connection. 0 for unlimited
."
msgstr ""
msgid "Maximum unauthenticated API requests per rate limit period per IP"
...
...
@@ -30796,9 +30799,6 @@ msgstr ""
msgid "Set limits for web and API requests."
msgstr ""
msgid "Set max session time for web terminal."
msgstr ""
msgid "Set milestone"
msgstr ""
...
...
@@ -30847,6 +30847,9 @@ msgstr ""
msgid "Set the iteration to %{iteration_reference}."
msgstr ""
msgid "Set the maximum session time for a web terminal."
msgstr ""
msgid "Set the milestone to %{milestone_reference}."
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