From a8e3728088eb432e38e4d3b93a8ba9e477fed047 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 1 Sep 2024 05:28:29 -0400 Subject: [PATCH] arc: rewrite text 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 1a362fad..431adda3 100755 --- a/files/initrd/opt/arc/arc.sh +++ b/files/initrd/opt/arc/arc.sh @@ -334,7 +334,7 @@ function arcVersion() { MSG+="Please manually fill in the URL and Hash of PAT.\n" MSG+="You will find these Data at: https://auxxxilium.tech/wiki/arc-loader-arc-loader/url-hash-liste" dialog --backtitle "$(backtitle)" --colors --title "Arc Build" --default-button "OK" \ - --form "${MSG}" 11 120 2 "URL" 1 1 "${PAT_URL}" 1 8 110 0 "HASH" 2 1 "${PAT_HASH}" 2 8 110 0 \ + --form "${MSG}" 11 120 2 "Url" 1 1 "${PAT_URL}" 1 8 110 0 "Hash" 2 1 "${PAT_HASH}" 2 8 110 0 \ 2>"${TMP_PATH}/resp" RET=$? [ ${RET} -eq 0 ] # ok-button