diff --git a/client/src/components/Plan.svelte b/client/src/components/Plan.svelte index 904b2d18..9b41a877 100644 --- a/client/src/components/Plan.svelte +++ b/client/src/components/Plan.svelte @@ -203,7 +203,8 @@ {/if}

- Plan für {plan_type_map[plan_type]} {plan_value}{#if plan_type === "teachers"}{#if full_teacher_name !== null}{` (${full_teacher_name})`}{/if}{#if teacher_image_path !== null}Lehrer Portrait{/if}{/if} am {format_date(date)} ({info.week}-Woche) + + Plan für {plan_type_map[plan_type]} {plan_value}{#if plan_type === "teachers"}{#if full_teacher_name !== null}{` (${full_teacher_name})`}{/if}{/if} am {format_date(date)} ({info.week}-Woche)

{/if} {#if loading}