mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
Account settings: Fix a label
The feature is for all folder, not only shared folder
This commit is contained in:
parent
952c249039
commit
dc299b0bf9
1 changed files with 1 additions and 1 deletions
|
@ -491,7 +491,7 @@ void AccountSettings::refreshSelectiveSyncStatus()
|
|||
ui->selectiveSyncNotification->setText(QString());
|
||||
} else {
|
||||
ui->selectiveSyncNotification->setText(
|
||||
tr("There are new shared folders that were not synchronized because they are too big: %1")
|
||||
tr("There are new folders that were not synchronized because they are too big: %1")
|
||||
.arg(undecidedFolder.join(tr(", "))));
|
||||
shouldBeVisible = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue