FIX: Site setting category titles (#28281)

These were accidentally included in the refactoring of c197daa04c
This commit is contained in:
David Taylor 2024-08-08 18:05:35 +01:00 committed by GitHub
parent 1c9a482eb1
commit 93a10b3b2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}}