From 179e1525a1aef1ef055fa644245af4aa7244c7ad Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Mon, 20 Apr 2020 13:42:10 +0300 Subject: [PATCH] New translations message.php (Russian) --- .../visiosoft/profile-module/resources/lang/ru/message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/default/visiosoft/profile-module/resources/lang/ru/message.php b/addons/default/visiosoft/profile-module/resources/lang/ru/message.php index c4e7135b3..e2c781b3b 100644 --- a/addons/default/visiosoft/profile-module/resources/lang/ru/message.php +++ b/addons/default/visiosoft/profile-module/resources/lang/ru/message.php @@ -34,5 +34,5 @@ return [ // Forgot Password 'email_phone_not_found' => 'E-mail, номер телефона неверен!', - 'disable_account' => 'Do you want to close your account? This operation cannot be undone.', + 'disable_account' => 'Вы хотите закрыть свой аккаунт? Эта операция не может быть отменена.', ];