Fix typos in BranchView and OverviewView: Correct spelling of 'Steuerfläche', 'prüfen', and 'alltäglicher' for improved localization accuracy.

This commit is contained in:
Torsten Schulz (local)
2026-03-23 10:04:32 +01:00
parent d7c59df225
commit d901257be1
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<div> <div>
<span class="branch-kicker">Niederlassung</span> <span class="branch-kicker">Niederlassung</span>
<h2>{{ $t('falukant.branch.title') }}</h2> <h2>{{ $t('falukant.branch.title') }}</h2>
<p>Produktion, Lager, Verkauf und Transport in einer spielweltbezogenen Steuerflaeche.</p> <p>Produktion, Lager, Verkauf und Transport in einer spielweltbezogenen Steuerfläche.</p>
<div class="branch-hero__meta"> <div class="branch-hero__meta">
<span class="branch-hero__badge"> <span class="branch-hero__badge">
{{ $t('falukant.branch.currentCertificate') }}: {{ currentCertificate ?? '---' }} {{ $t('falukant.branch.currentCertificate') }}: {{ currentCertificate ?? '---' }}

View File

@@ -288,7 +288,7 @@ export default {
}, },
{ {
kicker: 'Überblick', kicker: 'Überblick',
title: 'Finanzen pruefen', title: 'Finanzen prüfen',
description: 'Kontostand, Verlauf und wirtschaftliche Entwicklung ohne lange Suche.', description: 'Kontostand, Verlauf und wirtschaftliche Entwicklung ohne lange Suche.',
cta: 'Geldhistorie', cta: 'Geldhistorie',
route: 'MoneyHistoryView', route: 'MoneyHistoryView',
@@ -305,7 +305,7 @@ export default {
{ {
kicker: 'Besitz', kicker: 'Besitz',
title: 'Haus und Umfeld', title: 'Haus und Umfeld',
description: 'Wohnsitz und alltaeglicher Status als eigener Arbeitsbereich.', description: 'Wohnsitz und alltäglicher Status als eigener Arbeitsbereich.',
cta: 'Zum Haus', cta: 'Zum Haus',
route: 'HouseView', route: 'HouseView',
secondary: true, secondary: true,