From 407d283cb7e78567b1bf4aceb768c157e56b4db6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 29 Oct 2025 10:58:22 +0100 Subject: [PATCH] Rephrase --- bin/omarchy-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-update b/bin/omarchy-update index 5e42f635..deb08e7e 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -8,7 +8,7 @@ gum style --border normal --border-foreground 6 --padding "1 2" \ "Ready to update Omarchy?" \ "" \ "• You cannot stop the update once you start!" \ - "• Make sure you're not on battery power or have sufficient charge" + "• Make sure you're connected to power or have a full battery" if ! gum confirm --default=false "Continue with update?"; then echo "Update cancelled"