diff --git a/usr/lib/archboot/installer/autoprepare.sh b/usr/lib/archboot/installer/autoprepare.sh index ac14fc842..29c8e62ae 100644 --- a/usr/lib/archboot/installer/autoprepare.sh +++ b/usr/lib/archboot/installer/autoprepare.sh @@ -284,7 +284,7 @@ _autoprepare() { btrfs subvolume set-default "${_DESTDIR}"/"${_MP}" || return 1 fi done - _dialog --infobox "Auto-Prepare was successful.\nContinuing in 5 seconds..." 4 40 + _dialog --infobox "Quick Setup was successful.\nContinuing in 5 seconds..." 4 40 sleep 5 _S_MKFSAUTO=1 }