fix(ui): update styles and localization in UsersView and AppShell
All checks were successful
Deploy to production / deploy (push) Successful in 3m1s

- Added styles to ensure the app shell content occupies only the remaining space, preventing overflow issues.
- Updated the header in UsersView to reflect accurate localization for user administration.
This commit is contained in:
Torsten Schulz (local)
2026-04-02 08:48:06 +02:00
parent c3b2c60362
commit 02f3e82987
2 changed files with 11 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<div class="admin-users">
<section class="admin-users__hero surface-card">
<span class="admin-users__eyebrow">Administration</span>
<h1>{{ $t('navigation.m-administration.useradministration') }}</h1>
<h1>{{ $t('navigation.m-administration.users') }}</h1>
<p>Benutzer suchen, Kerndaten anpassen und Sperrstatus direkt im System pflegen.</p>
</section>