update menu shared

This commit is contained in:
MacRimi
2025-09-10 12:57:17 +02:00
parent 6daa630040
commit 902534baff
2 changed files with 2 additions and 2 deletions

View File

@@ -545,7 +545,7 @@ view_host_nfs_mounts() {
fi fi
done <<< "$FSTAB_NFS" done <<< "$FSTAB_NFS"
else else
echo "$(translate "No NFS Mounts (fstab).")" echo "$(translate "No NFS mounts found in fstab.")"
fi fi
echo "" echo ""

View File

@@ -862,7 +862,7 @@ view_host_samba_mounts() {
fi fi
done <<< "$FSTAB_CIFS" done <<< "$FSTAB_CIFS"
else else
echo "$(translate "No permanent Samba mounts configured on host.")" echo "$(translate "No Samba mounts found in fstab.")"
fi fi