Skip to content

Commit e5026a8

Browse files
committed
typo
1 parent c707de8 commit e5026a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lgsm/modules/alert.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ fn_alert_check_update() {
147147
}
148148

149149
fn_alert_update_linuxgsm() {
150-
fn_script_log_info "Sending alert: ${selfname} has received an LinuxGSM update"
150+
fn_script_log_info "Sending alert: ${selfname} has received a LinuxGSM update"
151151
alertaction="Updated"
152152
alertemoji="🎉"
153153
alertsound="1"
154154
alertbody="${gamename} update available"
155-
alertmessage="${selfname} has received an LinuxGSM update and been restarted."
155+
alertmessage="${selfname} has received a LinuxGSM update and been restarted."
156156
# Green
157157
alertcolourhex="#00cd00"
158158
alertcolourdec="52480"

0 commit comments

Comments
 (0)