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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-07-09 10:55:10 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2018-07-11 12:22:57 +0300
commit97751ca19ff48b50de4887d5c77df3488c04b759 (patch)
tree1c825a68506fb7af3d37ed5d3a2d9c32d65b7623 /app/views/import
parentca3d185dacc05f80238f0fa403ca90e0371fcee0 (diff)
Rename button at manifest import form
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/import')
-rw-r--r--app/views/import/manifest/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/manifest/_form.html.haml b/app/views/import/manifest/_form.html.haml
index 8ace2b7bff1..5fdc97537fe 100644
--- a/app/views/import/manifest/_form.html.haml
+++ b/app/views/import/manifest/_form.html.haml
@@ -18,5 +18,5 @@
= _('Choose the top-level group for your repository imports.')
.append-bottom-10
- = submit_tag 'Continue to the next step', class: 'btn btn-success'
+ = submit_tag 'List available repositories', class: 'btn btn-success'
= link_to 'Cancel', new_project_path, class: 'btn btn-cancel'