From 0920659693930aa6c96ff68f92f5ac763c69c077 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sat, 13 Jun 2026 16:44:10 +0200 Subject: [PATCH] Update commands_share.sh --- scripts/share/commands_share.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/share/commands_share.sh b/scripts/share/commands_share.sh index 0b1553ba..309c5444 100644 --- a/scripts/share/commands_share.sh +++ b/scripts/share/commands_share.sh @@ -225,7 +225,7 @@ show_disk_host_help() { show_iscsi_host_help() { clear show_proxmenux_logo - msg_title "$(translate "Add iSCSI Target as Proxmox Storage")" + msg_title "$(translate "Add iSCSI storage in Proxmox Storage")" msg_info2 "$(translate "Equivalent manual flow of iscsi_host.sh.")" echo -e @@ -501,7 +501,7 @@ show_help_menu() { "1" "$(translate "Host NFS/Samba as Proxmox Storage (pvesm)")" \ "2" "$(translate "Local Shared Directory on Host")" \ "3" "$(translate "Add Local Disk as Proxmox Storage")" \ - "4" "$(translate "Add iSCSI Target as Proxmox Storage")" \ + "4" "$(translate "Add iSCSI storage in Proxmox Storage")" \ "5" "$(translate "Mount Host Directory to LXC Container")" \ "6" "$(translate "NFS Client in LXC (privileged)")" \ "7" "$(translate "Samba Client in LXC (privileged)")" \