diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2017-07-26 18:56:43 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2017-07-26 18:56:43 +0000 |
commit | db2ea59f52555be8e10a60cc51aae832f5824d9d (patch) | |
tree | 593ead31f5d9243e9d5ea4f587dbf2465ac8431c | |
parent | ecd038cf8e377a12cbc4149f04c194f1f1d01d39 (diff) | |
download | gitlab-ce-db2ea59f52555be8e10a60cc51aae832f5824d9d.tar.gz |
change Fogbugz button to FogBugz
-rw-r--r-- | app/views/projects/new.html.haml | 2 |
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 |