Commit 81cfd82a authored by Gilang Gumilar's avatar Gilang Gumilar Committed by Martin Wortschack

Externalize i18n strings from ./app/views/shared/milestones/_top.html.haml

parent 304f2ce2
......@@ -21,10 +21,10 @@
%table.table
%thead
%tr
%th Project
%th Open issues
%th State
%th Due date
%th= _('Project')
%th= _('Open issues')
%th= _('State')
%th= _('Due date')
%tr
%td
- project_name = group ? milestone.project.name : milestone.project.full_name
......@@ -33,8 +33,8 @@
= milestone.milestone.issues_visible_to_user(current_user).opened.count
%td
- if milestone.closed?
Closed
= _('Closed')
- else
Open
= _('Open')
%td
= milestone.expires_at
---
title: Externalize i18n strings from ./app/views/shared/milestones/_top.html.haml
merge_request: 32148
author: Gilang Gumilar
type: changed
......@@ -20303,6 +20303,9 @@ msgstr ""
msgid "Starts at (UTC)"
msgstr ""
msgid "State"
msgstr ""
msgid "State your message to activate"
msgstr ""
......
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