From 5ad0dc004a1f7e43282c921f57cb0aeb73dbc2c1 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Mon, 27 Jun 2022 10:50:20 +0200 Subject: [PATCH] i18n: Fix for "end-to-end" Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- src/libsync/clientsideencryption.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/clientsideencryption.cpp b/src/libsync/clientsideencryption.cpp index 19659caa2..7a923e490 100644 --- a/src/libsync/clientsideencryption.cpp +++ b/src/libsync/clientsideencryption.cpp @@ -1238,7 +1238,7 @@ bool ClientSideEncryption::newMnemonicGenerated() const } void ClientSideEncryption::decryptPrivateKey(const AccountPtr &account, const QByteArray &key) { - QString msg = tr("Please enter your end to end encryption passphrase:
" + QString msg = tr("Please enter your end-to-end encryption passphrase:
" "
" "Username: %2
" "Account: %3
") -- 2.30.2