Replace KPI/tenant wording in admin UI and help

This commit is contained in:
Codex Agent
2026-01-23 10:55:24 +01:00
parent 564e1dbcf4
commit 335087b20f
24 changed files with 346 additions and 75 deletions

View File

@@ -685,7 +685,7 @@ export default function MobileBrandingPage() {
</XStack>
<Text fontSize="$xs" color={muted}>
{form.useDefaultBranding
? t('events.branding.usingDefault', 'Tenant-Branding aktiv')
? t('events.branding.usingDefault', 'Account-Branding aktiv')
: t('events.branding.usingCustom', 'Event-Branding aktiv')}
</Text>
</MobileCard>