diff --git a/app/views/tag/index.html.erb b/app/views/tag/index.html.erb index 3af67dce6d..b69e38288a 100644 --- a/app/views/tag/index.html.erb +++ b/app/views/tag/index.html.erb @@ -26,11 +26,11 @@
<%= t('tag.index.tag') %> | -<%= t('tag.index.number_of_uses') %> | +<%= t('tag.index.tag') %> | +<%= t('tag.index.number_of_uses') %> | <%= t('tag.index.number_of_subscriptions')%> | <% if current_user %> -<%= t('tag.index.subscriptions') %> | +<%= t('tag.index.subscriptions') %> | <% end %>
---|