mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 15:06:08 +03:00
fix(i18n): uppercase ID
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
parent
76f19ee0d8
commit
0799af8ed3
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ void EncryptedFolderMetadataHandler::slotFolderEncryptedIdError(QNetworkReply *r
|
|||
Q_ASSERT(reply);
|
||||
qCDebug(lcFetchAndUploadE2eeFolderMetadataJob) << "Error retrieving the Id of the encrypted folder.";
|
||||
if (!reply) {
|
||||
emit fetchFinished(-1, tr("Error fetching encrypted folder id."));
|
||||
emit fetchFinished(-1, tr("Error fetching encrypted folder ID."));
|
||||
return;
|
||||
}
|
||||
const auto errorCode = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
|
||||
|
|
Loading…
Reference in a new issue