Skip to content

Commit

Permalink
Merge pull request #7666 from nextcloud/backport/7655/stable-3.15
Browse files Browse the repository at this point in the history
[stable-3.15] chore(i18n): Corrected spelling and improved grammar
  • Loading branch information
mgallien authored Dec 16, 2024
2 parents 2474125 + 6ea3133 commit 077bc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/folderman.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2045,7 +2045,7 @@ Result<void, QString> 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);
}
Expand Down

0 comments on commit 077bc4d

Please sign in to comment.