Merge remote-tracking branch 'origin/2.4/dev' into issue/13073

This commit is contained in:
m0duspwnens
2024-06-12 10:50:18 -04:00

View File

@@ -1310,7 +1310,7 @@ EOF
# check if the FINAL_MESSAGE_QUEUE is not empty
if (( ${#FINAL_MESSAGE_QUEUE[@]} != 0 )); then
echo "The following additional information applies specifically to your grid:\n"
echo "The following additional information applies specifically to your grid:"
for m in "${FINAL_MESSAGE_QUEUE[@]}"; do
echo "$m"
echo