Commit e0a3701d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Update locale with labels search page strings

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent d860cf0f
......@@ -26,8 +26,9 @@
.labels-container.prepend-top-10
- if can_admin_label
%p.text-muted
= _('Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging.')
- if search.blank?
%p.text-muted
= _('Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging.')
-# Only show it in the first page
- hide = @available_labels.empty? || (params[:page].present? && params[:page] != '1')
.prioritized-labels{ class: ('hide' if hide) }
......
......@@ -3574,6 +3574,12 @@ msgstr ""
msgid "No messages were logged"
msgstr ""
msgid "No other labels with such name or description"
msgstr ""
msgid "No prioritised labels with such name or description"
msgstr ""
msgid "No public groups"
msgstr ""
......@@ -4907,6 +4913,9 @@ msgstr ""
msgid "Submit as spam"
msgstr ""
msgid "Submit search"
msgstr ""
msgid "Subscribe"
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