Commit b591e7cb authored by Martin Wortschack's avatar Martin Wortschack

Merge branch...

Merge branch '22691-externelize-i18n-strings-from-./app/views/shared/_label_row.html.haml' into 'master'

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

See merge request gitlab-org/gitlab!32124
parents 46c650ab 804f20a4
......@@ -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