Reword "Run update" -> "Outdated"

This commit is contained in:
Claudio Ortolina
2025-10-26 12:53:35 +00:00
parent be31deb9b9
commit 55a442f33a
+1 -1
View File
@@ -53,7 +53,7 @@ for i in "${!command_names[@]}"; do
if [ "$result" -eq 0 ]; then
printf "%-30s | %s\n" "$name" "${green}✓ Up to date${normal}"
else
printf "%-30s | %s\n" "$name" "${red}✗ Run update${normal}"
printf "%-30s | %s\n" "$name" "${red}✗ Outdated${normal}"
fi
done