From ad1e300779dd8f6b84e0a979a5c71eafd174c8e1 Mon Sep 17 00:00:00 2001 From: diver90 Date: Mon, 9 Dec 2019 15:26:33 +0200 Subject: [PATCH] add new translates for email strings --- common/messages/ru/app.php | 2 ++ common/messages/ua/app.php | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index 16c9d76..e2b4809 100755 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -49,6 +49,8 @@ return [ 'status' => 'Статус', 'message' => 'Сообщение', 'Message: ' => 'Содержание вопроса', + 'Topic: ' => 'Тема', + 'question_type' => 'Содержание вопроса', 'legal_name' => 'Название организации', 'email' => 'Email', 'Email: ' => 'Ваш email', diff --git a/common/messages/ua/app.php b/common/messages/ua/app.php index 2d0cdf2..cc4c3ac 100755 --- a/common/messages/ua/app.php +++ b/common/messages/ua/app.php @@ -66,6 +66,8 @@ return [ 'status' => 'Статус', 'message' => 'Повідомлення', 'Message: ' => 'Зміст питання', + 'Topic: ' => 'Тема', + 'question_type' => 'Зміст питання', 'email' => 'Email', 'Email: ' => 'Ваш email', 'writeus' => 'Напишіть нам', -- libgit2 0.21.4