buildadmin/app/admin/lang/en.php

8 lines
374 B
PHP
Raw Normal View History

<?php
return [
'Username' => 'User Name',
'Password' => 'Password',
'Captcha' => 'Captcha',
'CaptchaId' => 'Captcha Id',
'Please enter the correct verification code' => 'Please enter the correct verification code!',
];