Update German translation

This commit is contained in:
Nicolas Werner 2021-01-15 16:03:30 +01:00
parent ca54de0b50
commit a42ac6c8c0
19 changed files with 129 additions and 129 deletions

View file

@ -1262,7 +1262,7 @@ ChatPage::decryptDownloadedSecrets(mtx::secret_storage::AesHmacSha2KeyDescriptio
if (!decryptionKey) {
QMessageBox::information(
ChatPage::instance(),
QCoreApplication::translate("CrossSigningSecrets", "Decrytion failed"),
QCoreApplication::translate("CrossSigningSecrets", "Decryption failed"),
QCoreApplication::translate("CrossSigningSecrets",
"Failed to decrypt secrets with the "
"provided recovery key or passphrase"));