Commit 652cbe2c authored by Filipa Lacerda's avatar Filipa Lacerda

Merge branch...

Merge branch '6540-localized-string-appearing-as-_-audit-events-and-_-service-desk-in-the-sidebar' into 'master'

Fix appearance of 'Audit Events' and 'Service Desk' in the project sidebar

Closes #6540

See merge request gitlab-org/gitlab-ee!6241
parents 4e7d3451 b05a7965
......@@ -2,4 +2,4 @@
= nav_link(controller: :issues, action: :service_desk ) do
= link_to service_desk_project_issues_path(@project), title: 'Service Desk' do
%span _('Service Desk')
= _('Service Desk')
......@@ -2,4 +2,4 @@
= nav_link(controller: :audit_events) do
= link_to project_audit_events_path(@project), title: "Audit Events" do
%span _('Audit Events')
= _('Audit Events')
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