Browse Source

fix(alert): Correct grammar in update alert message

* Changed "an LinuxGSM update" to "a LinuxGSM update" for grammatical accuracy.
pull/4854/head
Daniel Gibbs 7 months ago
parent
commit
c707de8098
Failed to extract signature
  1. 2
      lgsm/modules/alert.sh

2
lgsm/modules/alert.sh

@ -147,7 +147,7 @@ fn_alert_check_update() {
}
fn_alert_update_linuxgsm() {
fn_script_log_info "Sending alert: ${selfname} has received a LinuxGSM update"
fn_script_log_info "Sending alert: ${selfname} has received an LinuxGSM update"
alertaction="Updated"
alertemoji="🎉"
alertsound="1"

Loading…
Cancel
Save