Merge pull request #28386 from netchampfaris/invalid-encr-key-message

fix: better error message
This commit is contained in:
Akhil Narang 2024-12-24 12:50:22 +05:30 committed by GitHub
commit aa5455e281
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -202,7 +202,7 @@ def decrypt(txt, encryption_key=None, key: str | None = None):
+ _("Encryption key is invalid! Please check site_config.json")
+ "<br><br>"
+ _(
"If you have recently restored the site you may need to copy the site config contaning original Encryption Key."
"If you have recently restored the site, you may need to copy the site_config.json containing the original encryption key."
)
+ "<br><br>"
+ _(