Skip to content

Commit

Permalink
Merge pull request #7655 from nextcloud/rakekniven-patch-1
Browse files Browse the repository at this point in the history
chore(i18n): Corrected spelling and improved grammar
  • Loading branch information
rakekniven authored Dec 13, 2024
2 parents 4a1ea41 + d92b31b commit 421d651
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 421d651

Please sign in to comment.