Skip to content

Commit

Permalink
Merge pull request #4272 from nextcloud/Valdnet-patch-2
Browse files Browse the repository at this point in the history
l10n: Change to lowercase
  • Loading branch information
Valdnet authored Feb 14, 2022
2 parents adf5354 + 499d264 commit b3afa4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/bulkpropagatorjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ void BulkPropagatorJob::slotPutFinished()
if (!fullReplyObject.contains(singleFile._remotePath)) {
if (jobError != QNetworkReply::NoError) {
singleFile._item->_status = SyncFileItem::NormalError;
abortWithError(singleFile._item, SyncFileItem::NormalError, tr("Network Error: %1").arg(jobError));
abortWithError(singleFile._item, SyncFileItem::NormalError, tr("Network error: %1").arg(jobError));
}
continue;
}
Expand Down

0 comments on commit b3afa4a

Please sign in to comment.