summary refs log tree commit diff
path: root/src/encryption/SelfVerificationStatus.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-11-04 01:10:41 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-11-04 01:10:56 +0100
commit373e124bf798a8f3d6a50b79e117b4aaa15d4a8c (patch)
treefe9185d9928521009c2e7e33279c1d588eea2e6c /src/encryption/SelfVerificationStatus.cpp
parentTranslated using Weblate (Dutch) (diff)
downloadnheko-373e124bf798a8f3d6a50b79e117b4aaa15d4a8c.tar.xz
Fix translation nits
Diffstat (limited to 'src/encryption/SelfVerificationStatus.cpp')
-rw-r--r--src/encryption/SelfVerificationStatus.cpp2
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; }