summaryrefslogtreecommitdiff
path: root/app/views/import
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-05-03 13:40:49 +0200
committerJames Lopez <james@jameslopez.es>2016-05-03 13:40:49 +0200
commitfc329696e269044a9b366dbd5135aedca93bccd4 (patch)
tree49b8351dd513aa88f8fe04bf7515c824f69fea67 /app/views/import
parent315195fe56743db7f0546d3705b4c82fb3462d63 (diff)
downloadgitlab-ce-fc329696e269044a9b366dbd5135aedca93bccd4.tar.gz
typo
Diffstat (limited to 'app/views/import')
-rw-r--r--app/views/import/gitlab_projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/import/gitlab_projects/new.html.haml b/app/views/import/gitlab_projects/new.html.haml
index 1158a04ea46..d01f0190f3f 100644
--- a/app/views/import/gitlab_projects/new.html.haml
+++ b/app/views/import/gitlab_projects/new.html.haml
@@ -2,7 +2,7 @@
- header_title "Projects", root_path
%h3.page-title
%i.fa.fa-bug
- Import projects from FogBugz
+ Import projects from Gitlab
%hr
= form_tag import_gitlab_project_path, class: 'form-horizontal', multipart: true do