Skip to content
Snippets Groups Projects
Unverified Commit 513cb4b3 authored by George Koltsov's avatar George Koltsov
Browse files

Merge branch 'ui-updates-modify-max-import-size' into 'master'

parents 7700a05b 060ac594
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,7 +25,7 @@
.form-group
= f.label :max_import_size, _('Maximum import size (MiB)'), class: 'label-light'
= f.number_field :max_import_size, class: 'form-control gl-form-input', title: _('Maximum size of import files.'), data: { toggle: 'tooltip', container: 'body' }
%span.form-text.text-muted= _('Only effective when remote storage is enabled. Set to 0 for no size limit.')
%span.form-text.text-muted= _('Set to 0 for no size limit.')
.form-group
= f.label :max_import_remote_file_size, s_('Import|Maximum import remote file size (MB)'), class: 'label-light'
= f.number_field :max_import_remote_file_size, class: 'form-control gl-form-input', title: s_('Import|Maximum remote file size for imports from external object storages. For example, AWS S3.'), data: { toggle: 'tooltip', container: 'body' }
Loading
Loading
Loading
Loading
@@ -32840,9 +32840,6 @@ msgstr ""
msgid "Only active projects show up in the search and on the dashboard."
msgstr ""
 
msgid "Only effective when remote storage is enabled. Set to 0 for no size limit."
msgstr ""
msgid "Only include features new to your current subscription tier."
msgstr ""
 
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment