diff --git a/main/commons/src/main/java/org/cryptomator/common/vaults/DokanyVolume.java b/main/commons/src/main/java/org/cryptomator/common/vaults/DokanyVolume.java index 117f888c9..a357cb559 100644 --- a/main/commons/src/main/java/org/cryptomator/common/vaults/DokanyVolume.java +++ b/main/commons/src/main/java/org/cryptomator/common/vaults/DokanyVolume.java @@ -24,7 +24,7 @@ public class DokanyVolume implements Volume { private static final Logger LOG = LoggerFactory.getLogger(DokanyVolume.class); - private static final String FS_TYPE_NAME = "Cryptomator File System"; + private static final String FS_TYPE_NAME = "CryptomatorFS"; private final VaultSettings vaultSettings; private final MountFactory mountFactory;