Die Texte sind jetzt deutlich entschlackt und kleiner gesetzt.
All checks were successful
CI / Build (push) Successful in 1m32s
CI / Deploy (push) Successful in 52s

This commit is contained in:
Jan
2026-04-13 22:09:21 +02:00
parent 58eaa5c692
commit 03fca0d625
2 changed files with 16 additions and 13 deletions

View File

@@ -524,11 +524,13 @@ export function BudgetColumn({
variant="outlined"
sx={{ ...wrappingChipSx, width: "fit-content" }}
/>
<Typography variant="body2" color="text.secondary">
{`Davon zusätzlich ohne Einzelposten erfasst: ${formatCurrency(budget.releasedAmount)}. "Bezahlt setzen" zählt automatisch mit.`}
{budget.releasedAmount > 0 ? (
<Typography variant="caption" color="text.secondary" sx={{ fontSize: "0.76rem" }}>
{`Manuell erg\u00e4nzt: ${formatCurrency(budget.releasedAmount)}`}
</Typography>
<Typography color="text.secondary">
{`Unter ${formatCurrency(approvalThreshold)} werden sofort freigegeben. Größere Ausgaben bleiben blass, bis alle drei Signaturen vorliegen.`}
) : null}
<Typography variant="caption" color="text.secondary" sx={{ fontSize: "0.76rem" }}>
{`Auto frei unter ${formatCurrency(approvalThreshold)}.`}
</Typography>
</Stack>
</Stack>

View File

@@ -1256,10 +1256,8 @@ export function DashboardShell({
<Typography variant="h3" sx={{ fontSize: "1.35rem" }}>
Neue Ausgabe
</Typography>
<Typography color="text.secondary">
{"Alle sehen alle AGs. AG-Mitglieder buchen aber nur in ihrer eigenen AG. Unter "}
{approvalThreshold.toFixed(2)}
{" EUR wird automatisch freigegeben."}
<Typography variant="body2" color="text.secondary" sx={{ fontSize: "0.92rem" }}>
{`Auto frei unter ${currencyFormatter.format(approvalThreshold)}.`}
</Typography>
</Box>
@@ -1389,8 +1387,8 @@ export function DashboardShell({
<Typography variant="h3" sx={{ fontSize: "1.35rem" }}>
{"Bereits an AG übergeben"}
</Typography>
<Typography color="text.secondary">
{"\"Bezahlt setzen\" z\u00e4hlt automatisch mit. Hier erg\u00e4nzt du nur zus\u00e4tzlich bereits \u00fcbergebenes Geld, das nicht \u00fcber eine einzelne Ausgabe l\u00e4uft."}
<Typography variant="body2" color="text.secondary" sx={{ fontSize: "0.9rem" }}>
{"Zusatzbetrag ohne Einzelposten. Bezahlt z\u00e4hlt mit."}
</Typography>
</Box>
@@ -2275,8 +2273,11 @@ export function DashboardShell({
<Typography variant="h1" sx={{ color: "inherit", mb: 1.25 }}>
{"RFP Finanz\u00fcbersicht"}
</Typography>
<Typography variant="h5" sx={{ color: alpha("#FFFFFF", 0.82), maxWidth: 760 }}>
{`Aktuelle \u00dcbersicht: ${currentPeriod?.name ?? "Zeitraum fehlt"}. Alle AGs sind sichtbar, Mitglieder bearbeiten nur ihre eigene AG.`}
<Typography
variant="body1"
sx={{ color: alpha("#FFFFFF", 0.82), maxWidth: 760, fontSize: { xs: "1rem", md: "1.08rem" } }}
>
{`Aktuelle \u00dcbersicht: ${currentPeriod?.name ?? "Zeitraum fehlt"}.`}
</Typography>
</Box>
<Stack direction={{ xs: "column", sm: "row" }} gap={1.2} alignItems={{ sm: "center" }}>