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
path: root/app
diff options
context:
space:
mode:
authorBen Bodenmiller <bbodenmiller@hotmail.com>2017-07-26 21:56:43 +0300
committerBen Bodenmiller <bbodenmiller@hotmail.com>2017-07-26 21:56:43 +0300
commitdb2ea59f52555be8e10a60cc51aae832f5824d9d (patch)
tree593ead31f5d9243e9d5ea4f587dbf2465ac8431c /app
parentecd038cf8e377a12cbc4149f04c194f1f1d01d39 (diff)
change Fogbugz button to FogBugz
Diffstat (limited to 'app')
-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