From ef86a53541b93a9f90eb7f154b44948eef8d64b7 Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Thu, 4 Jul 2024 21:26:05 +0200
Subject: [PATCH] Use "Register" instead of "Capture" for AbsenceCreationDialog

---
 aleksis/apps/alsijil/frontend/messages/en.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/aleksis/apps/alsijil/frontend/messages/en.json b/aleksis/apps/alsijil/frontend/messages/en.json
index 0a8f7bda6..ccbda8b43 100644
--- a/aleksis/apps/alsijil/frontend/messages/en.json
+++ b/aleksis/apps/alsijil/frontend/messages/en.json
@@ -78,12 +78,12 @@
       "no_data": "No lessons for the selected groups and courses in this period",
       "no_results": "No search results for {search}",
       "absences": {
-        "title": "Capture absences",
+        "title": "Register absences",
         "button": "Register absences",
         "summary": "Summary",
         "lessons": "No lessons | 1 lesson | {count} lessons",
-        "success": "The absences were captured successfully.",
-        "warning": "The following lessons are in the selected time period. Please check that you want to capture the absences for these lessons before confirming."
+        "success": "The absences were registered successfully.",
+        "warning": "The following lessons are in the selected time period. Please check that you want to register the absences for these lessons before confirming."
       }
     }
   },
-- 
GitLab