Skip to content

Commit c707de8

Browse files
committed
fix(alert): Correct grammar in update alert message
* Changed "an LinuxGSM update" to "a LinuxGSM update" for grammatical accuracy.
1 parent 7abedc4 commit c707de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lgsm/modules/alert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ fn_alert_check_update() {
147147
}
148148

149149
fn_alert_update_linuxgsm() {
150-
fn_script_log_info "Sending alert: ${selfname} has received a LinuxGSM update"
150+
fn_script_log_info "Sending alert: ${selfname} has received an LinuxGSM update"
151151
alertaction="Updated"
152152
alertemoji="🎉"
153153
alertsound="1"

0 commit comments

Comments
 (0)