From cdd6333d0abcf696c8e49159556df385df220605 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 2 Sep 2025 18:43:27 +0200 Subject: [PATCH] Update share_menu.sh --- scripts/menus/share_menu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/menus/share_menu.sh b/scripts/menus/share_menu.sh index a3f4270..948d812 100644 --- a/scripts/menus/share_menu.sh +++ b/scripts/menus/share_menu.sh @@ -26,10 +26,10 @@ initialize_cache while true; do OPTION=$(dialog --colors --backtitle "ProxMenux" \ - --title "$(translate "Network Storage Manager")" \ + --title "$(translate "Mount and Share Manager")" \ --menu "\n$(translate "Select an option:")" 25 80 15 \ "" "\Z4──────────── $(translate "LXC") ────────────\Zn" \ - "1" "$(translate "Mount and configire Host Directory into LXC")" \ + "1" "$(translate "Configure LXC Mount Points (Host ↔ Container)")" \ "2" "$(translate "Configure NFS Client in LXC (only privileged)")" \ "3" "$(translate "Configure Samba Client in LXC (only privileged)")" \ "4" "$(translate "Set up NFS Server in LXC")" \