diff --git a/update-ngxblocker b/update-ngxblocker index 7e010ef8a..914e5d108 100755 --- a/update-ngxblocker +++ b/update-ngxblocker @@ -82,9 +82,9 @@ check_version() { rm -f $tmp if [ "$version" != "$remote_ver" ]; then - printf "\nUpdate available => $BOLDMAGENTA$remote_ver$RESET\n\n" + printf "\nUpdate Available => $BOLDMAGENTA$remote_ver$RESET\n\n" else - printf "\nLatest Blacklist installed: $BOLDGREEN$version$RESET\n\n" + printf "\nLatest Blacklist Already Installed: $BOLDGREEN$version$RESET\n\n" fi else printf "Missing '$file' (pass -c \$path before -v)\n"