Registration module in development state

This commit is contained in:
Andrey Pokidov
2020-04-05 16:36:34 +07:00
commit 0830274a05
31 changed files with 424 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<?php
return [
'title' => 'Регистрация',
'email_field' => 'Адрес электронной почты',
'phone_field' => 'Номер мобильного телефона',
'password_field' => 'Пароль',
'password_confirm_field' => 'Повтор пароля',
'agree' => 'Принимаю пользовтельское соглашение',
'open_login_form' => 'Вход в личный кабинет',
];