From 55f64f8050b097db6eaca886ed4a423a2634f973 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 16 Apr 2026 14:07:36 +0000 Subject: [PATCH] fix: update translation keys for CrowdSec security titles and badges --- frontend/src/pages/Security.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/pages/Security.tsx b/frontend/src/pages/Security.tsx index d88884b6..45a5e4d6 100644 --- a/frontend/src/pages/Security.tsx +++ b/frontend/src/pages/Security.tsx @@ -435,7 +435,7 @@ export default function Security() {
- {t('security.crowdsec')} + {t('security.crowdsec.title')} {t('security.crowdsecDescription')}
@@ -485,7 +485,7 @@ export default function Security() {
{t('security.layer2')} - {t('security.acl')} + {t('security.acl.badge')}
{status.acl.enabled ? t('common.enabled') : t('common.disabled')} @@ -538,7 +538,7 @@ export default function Security() {
{t('security.layer3')} - {t('security.waf')} + {t('security.waf.badge')}
{status.waf.enabled ? t('common.enabled') : t('common.disabled')}