Browse Source

fix(alert): fixed typo in config change alert (#2596)

pull/2604/head
Levi Figueira 5 years ago
committed by Daniel Gibbs
parent
commit
264b8200f2
  1. 2
      lgsm/functions/alert.sh

2
lgsm/functions/alert.sh

@ -76,7 +76,7 @@ fn_alert_config(){
alertemoji="🎮"
alertsound="1"
alerturl="not enabled"
alertbody="${servicename} has recieved a new _default.cfg. Check file for changes."
alertbody="${servicename} has received a new _default.cfg. Check file for changes."
}
if [ "${alert}" == "permissions" ]; then

Loading…
Cancel
Save