Update src/gui/folderman.cpp
authorRello <Rello@users.noreply.github.com>
Mon, 16 Dec 2024 10:06:05 +0000 (11:06 +0100)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 16 Dec 2024 13:12:55 +0000 (13:12 +0000)
Co-authored-by: Camila Ayres <hello@camilasan.com>
Signed-off-by: Rello <Rello@users.noreply.github.com>
src/gui/folderman.cpp

index eca890634579bfd4f457b29ee7f8184b3467d274..d3f6cd3637d7004c7118319930670db24b41af77 100644 (file)
@@ -2045,8 +2045,9 @@ Result<void, QString> FolderMan::unsupportedConfiguration(const QString &path) c
 {
     if (numberOfSyncJournals(path) > 1) {
         return tr("The folder %1 is linked to multiple accounts.\n"
-                  "This setup can cause data loss and is no longer supported. To resolve this issue, please remove this folder from one of the accounts and add it again.\n\n"
-                  "For advanced users: This issue might be related to an older database file. Check the folder for outdated .db files and remove them if necessary.")
+                  "This setup can cause data loss and it is no longer supported.\n"
+                  "To resolve this issue: please remove %1 from one of the accounts and create a new sync folder.\n\n"
+                  "For advanced users: this issue might be related to multiple sync database files found in one folder. Please check %1 for outdated and unused .sync_*.db files and remove them.")
             .arg(path);
     }
     return {};