diff --git a/scripts/global/share-common.func b/scripts/global/share-common.func index c51c59e..d6c571c 100644 --- a/scripts/global/share-common.func +++ b/scripts/global/share-common.func @@ -352,7 +352,7 @@ select_lxc_container() { done <<< "$ct_list" ctid=$(dialog --title "$(translate "Select LXC Container")" \ - --menu "$(translate "Select container:")" 25 80 15 \ + --menu "\n$(translate "Select container:")" 25 80 15 \ "${options[@]}" 3>&1 1>&2 2>&3) if [[ -z "$ctid" ]]; then