From f5e068c042f05754d744d126ebc0643575d3477d Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Thu, 9 Jul 2020 16:32:28 +0300 Subject: [PATCH] New translations message.php (Hindi) --- .../visiosoft/profile-module/resources/lang/hi/message.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/default/visiosoft/profile-module/resources/lang/hi/message.php b/addons/default/visiosoft/profile-module/resources/lang/hi/message.php index e646d3bcb..30e391b93 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/hi/message.php +++ b/addons/default/visiosoft/profile-module/resources/lang/hi/message.php @@ -33,4 +33,8 @@ return [ 'email_phone_not_found' => 'ई-मेल, फोन नंबर सही नहीं है!', 'disable_account' => 'क्या आप अपना खाता बंद करना चाहते हैं? यह ऑपरेशन पूर्ववत नहीं किया जा सकता है।', + + // Mail + 'update_email_mail_subject' => 'Email Updated!', + 'update_email_mail_message' => 'Your Email Has Been Updated!', ];