Commit 1bcc123f authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'mg-fix-tag-empty-state' into 'master'

Fix incorrect empty state for filtered tag list

See merge request gitlab-org/gitlab!84556
parents d3e5bd74 e84d86a6
......@@ -29,6 +29,9 @@
- else
.nothing-here-block
- if @search.present?
= s_('TagsPage|Sorry, your filter produced no results.')
- else
= s_('TagsPage|Repository has no tags yet.')
%br
%small
......
......@@ -36920,6 +36920,9 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
msgid "TagsPage|Sorry, your filter produced no results."
msgstr ""
msgid "TagsPage|Tags"
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