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"
|
||||
@model={{category.nameKey}}
|
||||
class={{category.nameKey}}
|
||||
title={{category.displayName}}
|
||||
title={{category.name}}
|
||||
>
|
||||
{{category.displayName}}
|
||||
{{category.name}}
|
||||
{{#if category.count}}
|
||||
<span class="count">({{category.count}})</span>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue