diff --git a/web/src/components/app-shell.tsx b/web/src/components/app-shell.tsx
index b866a24..68b5c60 100644
--- a/web/src/components/app-shell.tsx
+++ b/web/src/components/app-shell.tsx
@@ -80,7 +80,11 @@ export function AppShell({ children }: { children: ReactNode }) {
activeProps={{ className: 'text-[var(--brand-light)]' }}
>
- {label()}
+ {/* Fixed two-line-tall box so a 1- or 2-line label keeps every icon
+ at the same height (the labels vary by locale). */}
+
+ {label()}
+
))}
diff --git a/web/src/routes/index.tsx b/web/src/routes/index.tsx
index ff8e537..35cebbf 100644
--- a/web/src/routes/index.tsx
+++ b/web/src/routes/index.tsx
@@ -60,12 +60,12 @@ function Dashboard() {
-
+
{m.status_session()}
-