From 1ae9703da06013ea6f791fecd29529c45c487ba9 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <git@jonathanweth.de> Date: Wed, 21 Aug 2024 21:21:57 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) Co-authored-by: Jonathan Weth <git@jonathanweth.de> --- aleksis/apps/alsijil/frontend/messages/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aleksis/apps/alsijil/frontend/messages/en.json b/aleksis/apps/alsijil/frontend/messages/en.json index 7bb2946c1..0d39f282a 100644 --- a/aleksis/apps/alsijil/frontend/messages/en.json +++ b/aleksis/apps/alsijil/frontend/messages/en.json @@ -113,8 +113,8 @@ "warning": "The following lessons are in the selected time period. Please check that you want to register the absences for these lessons before confirming." }, "mark_as_absent_day": { - "title": "Error: no person | Successfully marked {name} as '{reason}' | Successfully marked {n} people as '{reason}'", - "description": "Do you want to mark them as '{reason}' for the rest of their day?", + "title": "Error: no person | Successfully marked {name} as {reason} | Successfully marked {n} people as {reason}", + "description": "Do you want to mark them as {reason} for the rest of their day?", "action_button": "Extend absence" } }, -- GitLab