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
37f60222
Commit
37f60222
authored
Jan 25, 2021
by
Nick Gaskill
Committed by
Nathan Friend
Jan 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edit UI text for repository cleanup
parent
f8d50e8f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
app/views/projects/cleanup/_show.html.haml
app/views/projects/cleanup/_show.html.haml
+2
-2
locale/gitlab.pot
locale/gitlab.pot
+3
-0
No files found.
app/views/projects/cleanup/_show.html.haml
View file @
37f60222
...
...
@@ -6,7 +6,7 @@
%button
.btn.js-settings-toggle
=
expanded
?
_
(
'Collapse'
)
:
_
(
'Expand'
)
%p
=
_
(
"Clean up after running %{filter_repo} on the repository"
%
{
filter_repo:
link_to_filter_repo
}).
html_safe
=
_
(
"Clean up after running %{filter_repo} on the repository
.
"
%
{
filter_repo:
link_to_filter_repo
}).
html_safe
=
link_to
sprite_icon
(
'question-o'
),
help_page_path
(
'user/project/repository/reducing_the_repo_size_using_git.md'
),
target:
'_blank'
,
rel:
'noopener noreferrer'
...
...
@@ -24,6 +24,6 @@
=
_
(
"No file selected"
)
=
f
.
file_field
:bfg_object_map
,
class:
"hidden js-object-map-input"
,
required:
true
.form-text.text-muted
=
_
(
"The maximum file size
allowed
is %{size}."
)
%
{
size:
number_to_human_size
(
Gitlab
::
CurrentSettings
.
max_attachment_size
.
megabytes
)
}
=
_
(
"The maximum file size is %{size}."
)
%
{
size:
number_to_human_size
(
Gitlab
::
CurrentSettings
.
max_attachment_size
.
megabytes
)
}
=
f
.
submit
_
(
'Start cleanup'
),
class:
'gl-button btn btn-success'
locale/gitlab.pot
View file @
37f60222
...
...
@@ -28304,6 +28304,9 @@ msgstr ""
msgid "The maximum file size allowed is %{size}."
msgstr ""
msgid "The maximum file size is %{size}."
msgstr ""
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
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