Merge pull request #3898 from nextcloud/rakekniven-patch-1

Changed wording of status message
This commit is contained in:
allexzander 2021-10-23 10:57:47 +03:00 committed by GitHub
commit a444eb8d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,7 +166,7 @@ void SyncStatusSummary::setSyncStateForFolder(const Folder *folder)
case SyncResult::Problem:
case SyncResult::Undefined:
setSyncing(false);
setSyncStatusString(tr("Some files had problems during the sync!"));
setSyncStatusString(tr("Some files could not be synced!"));
setSyncStatusDetailString(tr("See below for warnings"));
setSyncIcon(Theme::instance()->syncStatusWarning());
markFolderAsError(folder);