Fix featured tag display name in setting (#19404)

master
Takeshi Umeda 2022-10-21 20:22:02 +09:00 committed by GitHub
parent 6faa51edc7
commit 7777524145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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')