From 6b9960ca5c3f1f2871171f42d12d49c0a10ccb90 Mon Sep 17 00:00:00 2001 From: Akhil Narang Date: Tue, 24 Dec 2024 12:35:19 +0530 Subject: [PATCH] chore: update message Signed-off-by: Akhil Narang --- frappe/utils/password.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/utils/password.py b/frappe/utils/password.py index 3837f0bf3d..e7da3e3417 100644 --- a/frappe/utils/password.py +++ b/frappe/utils/password.py @@ -195,7 +195,7 @@ def decrypt(txt, encryption_key=None): _("Encryption key is invalid! Please check site_config.json") + "
" + _( - "If you have recently restored the site, you may need to copy the site_config.json containing original Encryption Key." + "If you have recently restored the site, you may need to copy the site_config.json containing the original encryption key." ) + "
" + _(