diff --git a/lgsm/functions/alert_pushover.sh b/lgsm/functions/alert_pushover.sh
index 0e886aa4c..12dd12da3 100755
--- a/lgsm/functions/alert_pushover.sh
+++ b/lgsm/functions/alert_pushover.sh
@@ -22,7 +22,7 @@ else
alertpriority="0"
fi
-pushoversend=$(curl --connect-timeout 10 -sS -F token="${pushovertoken}" -F user="${pushoveruserkey}" -F html="1" -F sound="${alertsound}" -F priority="${alertpriority}" -F title="${alertemoji} ${alerttitle} ${alertemoji}" -F message="Server name
${servername}
Trigger Message
${alerttriggermessage}
Game
${gamename}
Current Players
${alertplayers}
Map
${alertmap}
Server IP
${alertip}:${port}
Hostname
${HOSTNAME}
Version
${alertversion}
More info
${alerturl}" "https://api.pushover.net/1/messages.json" | grep errors)
+pushoversend=$(curl --connect-timeout 10 -sS -F token="${pushovertoken}" -F user="${pushoveruserkey}" -F html="1" -F sound="${alertsound}" -F priority="${alertpriority}" -F title="${alertemoji} ${alerttitle} ${alertemoji}" -F message="Server name
${servername}
Trigger Message
${alerttriggermessage}
Game
${gamename}
Current Players
${alertplayers}
Map
${alertmap}
Server IP
${alertip}:${port}
Hostname
${HOSTNAME}
Version
${alertversion}
More info
${alerturl}" "https://api.pushover.net/1/messages.json" | grep errors)
if [ -n "${pushoversend}" ]; then
fn_print_fail_nl "Sending Pushover alert: ${pushoversend}"
diff --git a/lgsm/functions/alert_telegram.sh b/lgsm/functions/alert_telegram.sh
index 7da6a9f0c..ace8eac78 100755
--- a/lgsm/functions/alert_telegram.sh
+++ b/lgsm/functions/alert_telegram.sh
@@ -11,7 +11,7 @@ json=$(cat <${alertemoji} ${alertsubject} ${alertemoji}\n\nServer name\n${servername}\n\nMessage\n${alertbody}\n\nGame\n${gamename}\n\nServer IP\n${alertip}:${port}\n\nHostname\n${HOSTNAME}\n\nMore info\n${alerturl}",
+ "text": "${alertemoji} ${alertsubject} ${alertemoji}\
Server name
${servername}
Trigger Message
${alerttriggermessage}
Game
${gamename}
Current Players
${alertplayers}
Map
${alertmap}
Server IP
${alertip}:${port}
Hostname
${HOSTNAME}
Version
${alertversion}
More info
${alerturl}",
"disable_web_page_preview": "yes"
}
EOF