Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-08-03 15:09:25 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-08-03 15:09:25 +0300
commitaeee636c18f82107ec7a489f33c944c65ad5f34e (patch)
tree2c30286279e096c9114e9a41a3ed07a83293c059 /app/views/help
parent3d8459c18b7a20d9142359bb9334b467e774eb36 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/help')
-rw-r--r--app/views/help/instance_configuration/_size_limits.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/help/instance_configuration/_size_limits.html.haml b/app/views/help/instance_configuration/_size_limits.html.haml
index 0176a9093c0..4f085ca5db6 100644
--- a/app/views/help/instance_configuration/_size_limits.html.haml
+++ b/app/views/help/instance_configuration/_size_limits.html.haml
@@ -42,8 +42,8 @@
%td= _('Maximum snippet size')
%td= instance_configuration_human_size_cell(size_limits[:snippet_size_limit])
%tr
- %td= s_('Import|Maximum import remote file size (MiB)')
+ %td= s_('Import|Maximum import remote file size (MB)')
%td= instance_configuration_human_size_cell(size_limits[:max_import_remote_file_size])
%tr
- %td= s_('BulkImport|Direct Transfer maximum download file size (MiB)')
+ %td= s_('BulkImport|Direct transfer maximum download file size (MB)')
%td= instance_configuration_human_size_cell(size_limits[:max_import_remote_file_size])