From b1e749d3a6a4276cf3ec98e895bbc5a4f9f9a780 Mon Sep 17 00:00:00 2001 From: Franz Dietrich Date: Sun, 5 Feb 2023 10:07:01 +0100 Subject: [PATCH] typos --- terminwahl_back/templates/confirmed.html.hbs | 4 ++-- terminwahl_front/src/main.rs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/terminwahl_back/templates/confirmed.html.hbs b/terminwahl_back/templates/confirmed.html.hbs index 94677ed..2ff4296 100644 --- a/terminwahl_back/templates/confirmed.html.hbs +++ b/terminwahl_back/templates/confirmed.html.hbs @@ -25,7 +25,7 @@

Bestätigt

Die unten stehenden Treffen sind bestätigt.

Sollten Sie eines oder mehrere Treffen doch nicht wahrnehmen können, - sagen Sie diese bitte möglichst früh ab, sodass Sie von anderen wiederum gebucht werden können.

+ sagen Sie diese bitte möglichst früh ab, sodass sie von anderen wiederum gebucht werden können.

{{#each appointments as |appoint|}}
{{/each}} diff --git a/terminwahl_front/src/main.rs b/terminwahl_front/src/main.rs index c391ec2..5925a10 100644 --- a/terminwahl_front/src/main.rs +++ b/terminwahl_front/src/main.rs @@ -204,7 +204,7 @@ impl App {

- ().map(|input|Msg::UpdateSchüler(input.value())) })}/> @@ -214,9 +214,9 @@ impl App {

- +

- ().map(|input|Msg::UpdateEmail(input.value())) })}/>