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,9 +29,12 @@
- else
.nothing-here-block
= s_('TagsPage|Repository has no tags yet.')
%br
%small
= s_('TagsPage|Use git tag command to add a new one:')
- if @search.present?
= s_('TagsPage|Sorry, your filter produced no results.')
- else
= s_('TagsPage|Repository has no tags yet.')
%br
%span.monospace git tag -a v1.4 -m 'version 1.4'
%small
= s_('TagsPage|Use git tag command to add a new one:')
%br
%span.monospace git tag -a v1.4 -m 'version 1.4'
......@@ -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