From d3ec71052ec722163d591f961cbd8c943de12830 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 4 Sep 2025 20:26:51 +0200 Subject: [PATCH] Update samba_client.sh --- scripts/share/samba_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/share/samba_client.sh b/scripts/share/samba_client.sh index 6e3df4b..27678b0 100644 --- a/scripts/share/samba_client.sh +++ b/scripts/share/samba_client.sh @@ -759,7 +759,7 @@ mount_samba_share() { configure_mount_options || return show_proxmenux_logo - msg_title "$(translate "Installing Samba Client")" + msg_title "$(translate "Installing Samba Client in LXC")" if ! pct exec "$CTID" -- test -d "$MOUNT_POINT"; then if pct exec "$CTID" -- mkdir -p "$MOUNT_POINT"; then