From a77065a753878d336363628af0e82b45c5fae380 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Fri, 7 Jun 2024 17:43:00 +0200 Subject: [PATCH] change comment --- usr/lib/archboot/installer/configuration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/installer/configuration.sh b/usr/lib/archboot/installer/configuration.sh index 62cf01c4f..2f16ab728 100644 --- a/usr/lib/archboot/installer/configuration.sh +++ b/usr/lib/archboot/installer/configuration.sh @@ -233,11 +233,11 @@ _user_management() { "3") _NEXTITEM="3" if [[ -n "${_ADMIN_ATTR}" ]]; then usermod -R "${_DESTDIR}" -rG wheel "${_USER}" - _dialog --title " Success " --no-mouse --infobox "User ${_USER} removed as Administrator and from wheel group." 3 70 + _dialog --title " Success " --no-mouse --infobox "User ${_USER} removed as Administrator and removed from wheel group." 3 70 sleep 2 else usermod -R "${_DESTDIR}" -aG wheel "${_USER}" - _dialog --title " Success " --no-mouse --infobox "User ${_USER} added as Administrator and added to wheel group." 3 70 + _dialog --title " Success " --no-mouse --infobox "User ${_USER} switched to Administrator and added to wheel group." 3 70 sleep 2 fi ;; "4") if _NEXTITEM="4"