From 8361d83f16da6dd6ce8783d033a711f414242cec Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:36:18 +0300 Subject: [PATCH] New translations message.php (Arabic) --- .../visiosoft/profile-module/resources/lang/ar/message.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ar/message.php b/addons/default/visiosoft/profile-module/resources/lang/ar/message.php index 7454b47d5..6a32416c9 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ar/message.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ar/message.php @@ -35,6 +35,6 @@ return [ 'disable_account' => 'هل تريد إغلاق حسابك؟ هذه العملية لا يمكن التراجع عنها.', // Mail - 'update_email_mail_subject' => 'Email Updated!', - 'update_email_mail_message' => 'Your Email Has Been Updated!', + 'update_email_mail_subject' => 'تم تحديث البريد الإلكتروني!', + 'update_email_mail_message' => 'تم تحديث بريدك الإلكتروني!', ];