mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Site setting category titles (#28281)
These were accidentally included in the refactoring of c197daa04c
This commit is contained in:
parent
1c9a482eb1
commit
93a10b3b2e
@ -18,9 +18,9 @@
|
|||||||
@route="adminSiteSettingsCategory"
|
@route="adminSiteSettingsCategory"
|
||||||
@model={{category.nameKey}}
|
@model={{category.nameKey}}
|
||||||
class={{category.nameKey}}
|
class={{category.nameKey}}
|
||||||
title={{category.displayName}}
|
title={{category.name}}
|
||||||
>
|
>
|
||||||
{{category.displayName}}
|
{{category.name}}
|
||||||
{{#if category.count}}
|
{{#if category.count}}
|
||||||
<span class="count">({{category.count}})</span>
|
<span class="count">({{category.count}})</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
Loading…
Reference in New Issue
Block a user