Commit b05a7965 authored by Lukas Eipert's avatar Lukas Eipert

correctly use i18n in EE specific project menu points

parent 4e7d3451
......@@ -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