1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00
Pterodactyl-Panel/resources/lang/en/strings.php
Dane Everitt 457ed28b0b
Initial change of theme.
Only themed pages currently are login and reset password pages.
2017-01-14 21:32:33 -05:00

9 lines
143 B
PHP

<?php
return [
'email' => 'Email',
'password' => 'Password',
'confirm_password' => 'Confirm Password',
'login' => 'Login',
];