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
1 changed files with 2 additions and 2 deletions

View File

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