summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2017-07-26 18:56:43 +0000
committerBen Bodenmiller <bbodenmiller@hotmail.com>2017-07-26 18:56:43 +0000
commitdb2ea59f52555be8e10a60cc51aae832f5824d9d (patch)
tree593ead31f5d9243e9d5ea4f587dbf2465ac8431c
parentecd038cf8e377a12cbc4149f04c194f1f1d01d39 (diff)
downloadgitlab-ce-db2ea59f52555be8e10a60cc51aae832f5824d9d.tar.gz
change Fogbugz button to FogBugz
-rw-r--r--app/views/projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index a2d7a21d5f6..87cc23fc649 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -72,7 +72,7 @@
%div
- if fogbugz_import_enabled?
= link_to new_import_fogbugz_path, class: 'btn import_fogbugz' do
- = icon('bug', text: 'Fogbugz')
+ = icon('bug', text: 'FogBugz')
%div
- if gitea_import_enabled?
= link_to new_import_gitea_url, class: 'btn import_gitea' do