Fix featured tag display name in setting (#19404)

local
Takeshi Umeda 2 years ago committed by GitHub
parent 6faa51edc7
commit 7777524145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/views/settings/featured_tags/index.html.haml

@ -21,7 +21,7 @@
%div
%h4
= fa_icon 'hashtag'
= featured_tag.name
= featured_tag.display_name
%small
- if featured_tag.last_status_at.nil?
= t('accounts.nothing_here')

Loading…
Cancel
Save