Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bennett <lukeeeebennettplus@gmail.com>2018-05-28 13:39:34 +0300
committerLuke Bennett <lukeeeebennettplus@gmail.com>2018-05-28 13:39:34 +0300
commit8c2640a553388f12be39eaf499a63662e19f86b8 (patch)
tree15a9dc996842bcd433e25428ae05023c341d70a1 /app/views/groups/labels
parent22c1e96f4ee4cf7388fe8dc5aa0c3084ceb08d19 (diff)
missing i18n
Diffstat (limited to 'app/views/groups/labels')
-rw-r--r--app/views/groups/labels/index.html.haml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/groups/labels/index.html.haml b/app/views/groups/labels/index.html.haml
index a72ea0681c8..5e37fcf0fee 100644
--- a/app/views/groups/labels/index.html.haml
+++ b/app/views/groups/labels/index.html.haml
@@ -8,16 +8,16 @@
- content_for(:header_content) do
.nav-controls
= link_to new_group_label_path(@group), class: "btn btn-new" do
- New label
+ = _('New label')
- if @labels.exists?
#promote-label-modal
%div{ class: container_class }
.top-area.adjust
.nav-text
- Labels can be applied to issues, merge requests and epics. Group labels are available for any project within the group.
+ = _('Labels can be applied to %{features}. Group labels are available for any project within the group.') % { features: issuables.to_sentence }
- if can_admin_label
- Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging.
+ = _('Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging.')
.labels-container.prepend-top-5
.other-labels