summaryrefslogtreecommitdiffstats
path: root/core/modules/safe-mode
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/safe-mode')
-rw-r--r--core/modules/safe-mode/data/etc/systemd/system/exam-mode.target2
-rwxr-xr-xcore/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode2
2 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/safe-mode/data/etc/systemd/system/exam-mode.target b/core/modules/safe-mode/data/etc/systemd/system/exam-mode.target
index 66438593..ec7122cf 100644
--- a/core/modules/safe-mode/data/etc/systemd/system/exam-mode.target
+++ b/core/modules/safe-mode/data/etc/systemd/system/exam-mode.target
@@ -1,4 +1,4 @@
[Unit]
-Description=bwLehrpool Klausurmodus
+Description=bwLehrpool Prüfungsmodus
Requires=multi-user.target
After=multi-user.target
diff --git a/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode b/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode
index b2c9248a..f131d257 100755
--- a/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode
+++ b/core/modules/safe-mode/data/opt/openslx/scripts/systemd-safe_mode
@@ -55,7 +55,7 @@ EOF
ssh_banner() {
# Visual: ssh banner
- echo "+ - - - - KLAUSURMODUS AKTIV - - - - +" >> "/etc/issue.net"
+ echo "+ - - - - PRÜFUNGSMODUS AKTIV - - - - +" >> "/etc/issue.net"
echo "++++++++++++++++++++++++++++++++++++++" >> "/etc/issue.net"
}