diff --git a/scripts/share/samba_client.sh b/scripts/share/samba_client.sh index 3ecee7b..d1d712f 100644 --- a/scripts/share/samba_client.sh +++ b/scripts/share/samba_client.sh @@ -135,7 +135,7 @@ discover_samba_servers() { fi msg_ok "$(translate "Samba servers detected")" - CHOICE=$(dialog --title "$(translate "Select Samba Server")" \ + CHOICE=$(whiptail --title "$(translate "Select Samba Server")" \ --menu "$(translate "Choose a Samba server:")" 20 80 10 "${OPTIONS[@]}" 3>&1 1>&2 2>&3) if [[ -n "$CHOICE" ]]; then