Commit 842fab7b authored by Clement Ho's avatar Clement Ho

Make nav item epics because it is plural

parent adeec723
......@@ -57,7 +57,7 @@
= nav_link(path: 'groups#epics', html_options: { class: "fly-out-top-item" } ) do
= link_to group_epics_path(@group) do
%strong.fly-out-top-item-name
#{ _('Epic') }
#{ _('Epics') }
%span.badge.count.epic_counter.fly-out-badge= number_with_delimiter(epics.count)
= nav_link(path: issues_sub_menu_items) do
......
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