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
done <<< "$FSTAB_NFS"
else
echo "$(translate "No NFS Mounts (fstab).")"
echo "$(translate "No NFS mounts found in fstab.")"
fi
echo ""

View File

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