summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/import/gitorious/status.html.haml4
-rw-r--r--app/views/projects/new.html.haml2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/views/import/gitorious/status.html.haml b/app/views/import/gitorious/status.html.haml
index c7617ca43df..7f1456fef55 100644
--- a/app/views/import/gitorious/status.html.haml
+++ b/app/views/import/gitorious/status.html.haml
@@ -1,6 +1,6 @@
%h3.page-title
%i.fa.fa-gitorious
- Import projects from Gitorious
+ Import projects from Gitorious.org
%p.light
Select projects you want to import.
@@ -11,7 +11,7 @@
%table.table.import-jobs
%thead
%tr
- %th From Gitorious
+ %th From Gitorious.org
%th To GitLab
%th Status
%tbody
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index f3d166ffb8f..875c092fd1a 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -85,7 +85,7 @@
.col-sm-10
= link_to new_import_gitorious_path do
%i.fa.fa-heart
- Import projects from Gitorious
+ Import projects from Gitorious.org
%hr.prepend-botton-10