From 55a442f33a994e867fa65f24daeb41969a3f8974 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 26 Oct 2025 12:53:35 +0000 Subject: [PATCH] Reword "Run update" -> "Outdated" --- scripts/dev/outdated | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/outdated b/scripts/dev/outdated index f70e623b..47c6f22d 100755 --- a/scripts/dev/outdated +++ b/scripts/dev/outdated @@ -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