From 60b2c6d568d6d4d51f62d1d082a5a51dccf9293c Mon Sep 17 00:00:00 2001 From: scriptos Date: Fri, 19 Sep 2025 21:21:33 +0200 Subject: [PATCH] Wording --- mc-ntfy-notify.v1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mc-ntfy-notify.v1.sh b/mc-ntfy-notify.v1.sh index 6efb9d1..ed4cac1 100644 --- a/mc-ntfy-notify.v1.sh +++ b/mc-ntfy-notify.v1.sh @@ -204,7 +204,7 @@ while :; do if [[ -n "$joined" ]]; then while IFS= read -r name; do [[ -z "$name" ]] && continue - ntfy_notify "$(build_body "Player \"${name}\" ist beigetreten.")" "$NTFY_PRIORITY_JOIN" || true + ntfy_notify "$(build_body "Player \"${name}\" hat den Server betreten.")" "$NTFY_PRIORITY_JOIN" || true done <<<"$joined" fi if [[ -n "$left" ]]; then