From a93eeda243d40468ba4b0ba15331bf86ea3c8a5f Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 6 Sep 2025 19:56:24 +0200 Subject: [PATCH] Update share-common.func --- scripts/global/share-common.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/global/share-common.func b/scripts/global/share-common.func index 8bd22a8..ee61e61 100644 --- a/scripts/global/share-common.func +++ b/scripts/global/share-common.func @@ -234,7 +234,7 @@ pmx_select_host_mount_point() { while true; do choice=$(whiptail --title "$title" --menu "$(translate "Where do you want the host folder?")" 16 76 3 \ "1" "$(translate "Create new folder in /mnt")" \ - "2" "$(translate "Use existing folder")" 3>&1 1>&2 2>&3) || { echo ""; return 1; } + "2" "$(translate "Enter custom pathr")" 3>&1 1>&2 2>&3) || { echo ""; return 1; } case "$choice" in 1)