mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Delete a space character
Delete a space character before the line breaks
This commit is contained in:
parent
e28708beee
commit
d526f9e073
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ void EncryptFolderJob::slotLockForEncryptionSuccess(const QByteArray &fileId, co
|
|||
auto encryptedMetadata = emptyMetadata.encryptedMetadata();
|
||||
if (encryptedMetadata.isEmpty()) {
|
||||
//TODO: Mark the folder as unencrypted as the metadata generation failed.
|
||||
_errorString = tr("Could not generate the metadata for encryption, Unlocking the folder. \n"
|
||||
_errorString = tr("Could not generate the metadata for encryption, Unlocking the folder.\n"
|
||||
"This can be an issue with your OpenSSL libraries.");
|
||||
emit finished(Error);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue