Commit 3c49dc64 authored by Simon Knox's avatar Simon Knox

Merge branch 'mjang-update-export-to-import' into 'master'

Update import group screen to specify *Import*

See merge request gitlab-org/gitlab!40659
parents 4f706759 ec5ffc5a
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
= s_('GroupsNew|To copy a GitLab group between installations, navigate to the group settings page for the original installation, generate an export file, and upload it here.') = s_('GroupsNew|To copy a GitLab group between installations, navigate to the group settings page for the original installation, generate an export file, and upload it here.')
.row .row
.form-group.col-sm-12 .form-group.col-sm-12
= f.label :file, s_('GroupsNew|GitLab group export'), class: 'label-bold' = f.label :file, s_('GroupsNew|Import a GitLab group export file'), class: 'label-bold'
%div %div
= render 'shared/file_picker_button', f: f, field: :file, help_text: nil = render 'shared/file_picker_button', f: f, field: :file, help_text: nil
......
...@@ -94,7 +94,7 @@ on an existing group's page. ...@@ -94,7 +94,7 @@ on an existing group's page.
1. On the New Group page, select the **Import group** tab. 1. On the New Group page, select the **Import group** tab.
![Fill in group details](img/import_panel_v13_1.png) ![Fill in group details](img/import_panel_v13_4.png)
1. Enter your group name. 1. Enter your group name.
......
...@@ -12755,10 +12755,10 @@ msgstr "" ...@@ -12755,10 +12755,10 @@ msgstr ""
msgid "GroupsNew|Create group" msgid "GroupsNew|Create group"
msgstr "" msgstr ""
msgid "GroupsNew|GitLab group export" msgid "GroupsNew|Import"
msgstr "" msgstr ""
msgid "GroupsNew|Import" msgid "GroupsNew|Import a GitLab group export file"
msgstr "" msgstr ""
msgid "GroupsNew|Import group" msgid "GroupsNew|Import group"
......
...@@ -32,7 +32,7 @@ RSpec.describe 'Import/Export - Group Import', :js do ...@@ -32,7 +32,7 @@ RSpec.describe 'Import/Export - Group Import', :js do
fill_in :group_name, with: group_name fill_in :group_name, with: group_name
find('#import-group-tab').click find('#import-group-tab').click
expect(page).to have_content 'GitLab group export' expect(page).to have_content 'Import a GitLab group export file'
attach_file(file) do attach_file(file) do
find('.js-filepicker-button').click find('.js-filepicker-button').click
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment