Update day schedule and simulation chart labels, enhance defaults
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user