Commit e3871aed authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch '31725-Bad-FogBugz-Case-on-Import-Page' into 'master'

Fix case of "FogBugz" on import page

Closes #31725

See merge request gitlab-org/gitlab!39514
parents 54368096 678ba973
......@@ -46,7 +46,7 @@
- if fogbugz_import_enabled?
%div
= link_to new_import_fogbugz_path, class: 'btn import_fogbugz', **tracking_attrs(track_label, 'click_button', 'fogbugz') do
= icon('bug', text: 'Fogbugz')
= icon('bug', text: 'FogBugz')
- if gitea_import_enabled?
%div
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment