From 561482b14a8d2b7a80f35eeb2aeba4adf19a0703 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Tue, 10 Sep 2024 21:12:39 +0200 Subject: [PATCH] arc: rewrite description Signed-off-by: AuxXxilium --- files/initrd/opt/arc/arc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/initrd/opt/arc/arc.sh b/files/initrd/opt/arc/arc.sh index e094c0a5..54985625 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -330,7 +330,7 @@ function arcVersion() { [ -n "${PAT_URL}" ] && [ -n "${PAT_HASH}" ] && VALID="true" fi fi - MSG="Do you want to try Automated Mode for Config?\nIf yes, Loader will configure, build and boot DSM." + MSG="Do you want to try Automated Mode?\nIf yes, Loader will configure, build and boot DSM." dialog --backtitle "$(backtitle)" --colors --title "Automated Mode" \ --yesno "${MSG}" 6 55 if [ $? -eq 0 ]; then