diff --git a/common/messages/en/app.php b/common/messages/en/app.php index 0c8e42c..d07324b 100644 --- a/common/messages/en/app.php +++ b/common/messages/en/app.php @@ -31,14 +31,12 @@ return [ 'Name' => 'Name', 'Phone' => 'Phone', 'Form sends success Header' => 'Success', - - - - - 'phone' => 'phone', - 'Without category'=>'Without category', - 'Our advantages' => 'Our advantages', - 'Читать далее' => 'Read more', + 'Empty field' => 'This field is required.Please fill it', + 'Wrong email' => 'Field Email is not valid', + 'phone' => 'phone', + 'Without category' =>'Without category', + 'Our advantages' => 'Our advantages', + 'Читать далее' => 'Read more', ]; \ No newline at end of file diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index 9cb9bf6..665c8b2 100644 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -30,11 +30,11 @@ return [ 'Our advantages' => 'Наши преимущества', 'Our clients' =>'Наши клиенты', 'Send' => 'Отправить', - - "Search"=>'Поиск', - 'Search by tag' => 'Поиск по тегам', - "Search by article"=>'Поиск по статьям', - + 'Empty field' => 'Поле является обязательным для заполнения', + "Search" => 'Поиск', + 'Search by tag' => 'Поиск по тегам', + "Search by article" => 'Поиск по статьям', + 'Wrong email' => 'Поле Email не валидное', ]; \ No newline at end of file -- libgit2 0.21.4