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