1
0

16 lines
455 B
PHP
Raw Permalink Normal View History

2020-02-12 23:25:39 +02:00
<?php
// Heading
$_['heading_title'] = 'Reset your password';
// Text
$_['text_password'] = 'Enter the new password you wish to use.';
$_['text_success'] = 'Success: Your password has been successfully updated.';
// Entry
2020-02-16 14:18:44 +02:00
$_['entry_password'] = 'Salasana';
$_['entry_confirm'] = 'Vahvista';
2020-02-12 23:25:39 +02:00
// Error
$_['error_password'] = 'Password must be between 4 and 20 characters!';
2020-03-02 02:28:04 +02:00
$_['error_confirm'] = 'Password and password confirmation do not match!';