diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp index bb3aa4fbd9d92..a23a398270162 100644 --- a/src/gui/folderman.cpp +++ b/src/gui/folderman.cpp @@ -2045,7 +2045,7 @@ Result FolderMan::unsupportedConfiguration(const QString &path) c { if (numberOfSyncJournals(path) > 1) { return tr("Multiple accounts are sharing the folder %1.\n" - "This configuration is know to lead to dataloss and is no longer supported.\n" + "This configuration is known to lead to data loss and is no longer supported.\n" "Please consider removing this folder from the account and adding it again.") .arg(path); }