Commit 804f20a4 authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Martin Wortschack

Externalize i18n strings from ./app/views/shared/_label_row.html.haml

parent c911a72d
......@@ -13,7 +13,7 @@
%ul.label-links
- if show_label_issues_link
%li.label-link-item.inline
= link_to_label(label) { 'Issues' }
= link_to_label(label) { _('Issues') }
- if show_label_merge_requests_link
·
%li.label-link-item.inline
......
---
title: Externalize i18n strings from ./app/views/shared/_label_row.html.haml
merge_request: 32124
author: Gilang Gumilar
type: changed
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