Explorar el Código

Altered wording

Daniel Gibbs hace 10 años
padre
commit
1c14a7b4aa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lgsm/functions/alert.sh

+ 1 - 1
lgsm/functions/alert.sh

@@ -8,7 +8,7 @@ lgsm_version="210516"
 
 fn_alert_test(){
 	fn_scriptlog "Sending test alert"
-	alertsubject="LGSM - Alert Check - ${servername}"
+	alertsubject="LGSM - Test Alert - ${servername}"
 	alertbody="LGSM test alert, how you read?"
 }