Fix featured tag display name in setting (#19404)
This commit is contained in:
parent
6faa51edc7
commit
7777524145
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
%div
|
%div
|
||||||
%h4
|
%h4
|
||||||
= fa_icon 'hashtag'
|
= fa_icon 'hashtag'
|
||||||
= featured_tag.name
|
= featured_tag.display_name
|
||||||
%small
|
%small
|
||||||
- if featured_tag.last_status_at.nil?
|
- if featured_tag.last_status_at.nil?
|
||||||
= t('accounts.nothing_here')
|
= t('accounts.nothing_here')
|
||||||
|
|
Loading…
Reference in a new issue