From 06453fabe90fbcde2e67e773614d627a75e9feb7 Mon Sep 17 00:00:00 2001 From: nnyyxxxx Date: Fri, 8 Nov 2024 02:00:38 -0500 Subject: [PATCH] rephrase it a lil bit --- tui/src/root.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tui/src/root.rs b/tui/src/root.rs index 8120236a..96c70651 100644 --- a/tui/src/root.rs +++ b/tui/src/root.rs @@ -28,7 +28,7 @@ pub fn create_app_state( "\ WARNING: You are running this utility as root!\n\n\ This means you have full system access and commands can potentially damage your system if used incorrectly.\n\n\ - Please proceed with caution and make sure you understand what each command does before executing it.\ + Please proceed with caution and make sure you understand what each script does before executing it.\ ".into(), "Root User Warning", true,