From aadf0b7c8b2b0f37069dd10d696f06453c7024f3 Mon Sep 17 00:00:00 2001
From: Hangzhi Yu <hangzhi@protonmail.com>
Date: Fri, 7 Jun 2024 15:28:01 +0200
Subject: [PATCH] Change wording in i18n texts

---
 aleksis/apps/chronos/frontend/messages/de.json | 4 ++--
 aleksis/apps/chronos/frontend/messages/en.json | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/aleksis/apps/chronos/frontend/messages/de.json b/aleksis/apps/chronos/frontend/messages/de.json
index db450276..b828ea98 100644
--- a/aleksis/apps/chronos/frontend/messages/de.json
+++ b/aleksis/apps/chronos/frontend/messages/de.json
@@ -27,8 +27,8 @@
     },
     "substitutions": {
       "overview": {
-        "menu_title": "Vertretungsstunden planen",
-        "title_plural": "Vertretungsstunden planen",
+        "menu_title": "Vertretungen planen",
+        "title_plural": "Vertretungen planen",
         "filter": {
           "groups": "Nach Gruppen filtern"
         },
diff --git a/aleksis/apps/chronos/frontend/messages/en.json b/aleksis/apps/chronos/frontend/messages/en.json
index 87a05b7d..abd090cf 100644
--- a/aleksis/apps/chronos/frontend/messages/en.json
+++ b/aleksis/apps/chronos/frontend/messages/en.json
@@ -45,8 +45,8 @@
     },
     "substitutions": {
       "overview": {
-        "menu_title": "Plan substitution lessons",
-        "title_plural": "Plan substitution lessons",
+        "menu_title": "Plan substitutions",
+        "title_plural": "Plan substitutions",
         "info_alert": {
           "text": "This page shows all lessons that collide with known absences of their respective teachers.",
           "button": "Manage absences"
-- 
GitLab