diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-07-09 10:55:10 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2018-07-11 12:22:57 +0300 |
commit | 97751ca19ff48b50de4887d5c77df3488c04b759 (patch) | |
tree | 1c825a68506fb7af3d37ed5d3a2d9c32d65b7623 /app/views/import | |
parent | ca3d185dacc05f80238f0fa403ca90e0371fcee0 (diff) | |
download | gitlab-ce-97751ca19ff48b50de4887d5c77df3488c04b759.tar.gz |
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.haml | 2 |
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' |