diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-04 01:10:41 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-04 01:10:56 +0100 |
commit | 373e124bf798a8f3d6a50b79e117b4aaa15d4a8c (patch) | |
tree | fe9185d9928521009c2e7e33279c1d588eea2e6c /src/encryption/SelfVerificationStatus.cpp | |
parent | Translated using Weblate (Dutch) (diff) | |
download | nheko-373e124bf798a8f3d6a50b79e117b4aaa15d4a8c.tar.xz |
Fix translation nits
Diffstat (limited to 'src/encryption/SelfVerificationStatus.cpp')
-rw-r--r-- | src/encryption/SelfVerificationStatus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/encryption/SelfVerificationStatus.cpp b/src/encryption/SelfVerificationStatus.cpp index ebb6b548..bbfb6f9c 100644 --- a/src/encryption/SelfVerificationStatus.cpp +++ b/src/encryption/SelfVerificationStatus.cpp @@ -82,7 +82,7 @@ SelfVerificationStatus::setupCrosssigning(bool useSSSS, QString password, bool u ssss = olm::client()->create_ssss_key(password.toStdString()); if (!ssss) { nhlog::crypto()->critical("Failed to setup secure server side secret storage!"); - emit setupFailed(tr("Failed to create keys secure server side secret storage!")); + emit setupFailed(tr("Failed to create keys for secure server side secret storage!")); return; } |