mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
i18n: Fix for "end-to-end"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
2fb1aab655
commit
5ad0dc004a
1 changed files with 1 additions and 1 deletions
|
@ -1238,7 +1238,7 @@ bool ClientSideEncryption::newMnemonicGenerated() const
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClientSideEncryption::decryptPrivateKey(const AccountPtr &account, const QByteArray &key) {
|
void ClientSideEncryption::decryptPrivateKey(const AccountPtr &account, const QByteArray &key) {
|
||||||
QString msg = tr("Please enter your end to end encryption passphrase:<br>"
|
QString msg = tr("Please enter your end-to-end encryption passphrase:<br>"
|
||||||
"<br>"
|
"<br>"
|
||||||
"Username: %2<br>"
|
"Username: %2<br>"
|
||||||
"Account: %3<br>")
|
"Account: %3<br>")
|
||||||
|
|
Loading…
Reference in a new issue