Skip to content

Commit

Permalink
Update src/gui/folderman.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Camila Ayres <hello@camilasan.com>
Signed-off-by: Rello <Rello@users.noreply.github.com>
  • Loading branch information
2 people authored and backportbot[bot] committed Dec 16, 2024
1 parent 20ba53e commit e5f0f69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/gui/folderman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {};
Expand Down

0 comments on commit e5f0f69

Please sign in to comment.