Update day schedule and simulation chart labels, enhance defaults

This commit is contained in:
2025-12-04 02:03:37 +00:00
parent d64b9eabfa
commit 6b9d8cdf49
6 changed files with 36 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ const DaySchedule: React.FC<DayScheduleProps> = ({
)}
</Button>
<CardTitle className="text-lg">
{day.isTemplate ? t('regularPlan') : t('deviatingPlan')}
{day.isTemplate ? t('regularPlan') : t('alternativePlan')}
</CardTitle>
<Badge variant="secondary" className="text-xs">
{t('day')} {dayIndex + 1}