From c3a7306b2d3600fe830fc785c59fe2453984069e Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Tue, 17 Dec 2024 14:51:35 +0100 Subject: [PATCH] Remove extra \n. Signed-off-by: Camila Ayres --- src/gui/folderman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/folderman.cpp b/src/gui/folderman.cpp index bf7e606dea40f..317b67195009f 100644 --- a/src/gui/folderman.cpp +++ b/src/gui/folderman.cpp @@ -2046,7 +2046,7 @@ Result 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 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" + "To resolve this issue: please remove %1 from one of the accounts and create a new sync folder.\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); }