Fix featured tag display name in setting (#19404)
parent
6faa51edc7
commit
7777524145
|
@ -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…
Reference in New Issue