summaryrefslogtreecommitdiff
path: root/app/views/groups/_import_group_pane.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/_import_group_pane.html.haml')
-rw-r--r--app/views/groups/_import_group_pane.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/_import_group_pane.html.haml b/app/views/groups/_import_group_pane.html.haml
index adfac7d59a5..9ad8ebbb37d 100644
--- a/app/views/groups/_import_group_pane.html.haml
+++ b/app/views/groups/_import_group_pane.html.haml
@@ -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.')
.row
.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
= render 'shared/file_picker_button', f: f, field: :file, help_text: nil