Files
laravel-module-registration/Resources/lang/en/register.php
2020-04-05 16:36:34 +07:00

13 lines
331 B
PHP

<?php
return [
'title' => 'Registration',
'email_field' => 'E-mail',
'phone_field' => 'Mobile phone number',
'password_field' => 'Password',
'password_confirm_field' => 'Password confirmation',
'agree' => 'Agree with terms of service',
'open_login_form' => 'Log into the personal cabinet',
];