Skip to content

Commit

Permalink
Fix featured tag display name in setting (mastodon#19404)
Browse files Browse the repository at this point in the history
  • Loading branch information
noellabo authored and kadoshita committed Nov 19, 2022
1 parent 887aa94 commit 86017d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/settings/featured_tags/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 86017d6

Please sign in to comment.