castopod/app/Language/en/MyAccount.php

18 lines
439 B
PHP

<?php
/**
* @copyright 2020 Podlibre
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'info' => 'My account info',
'changePassword' => 'Change my password',
'messages' => [
'wrongPasswordError' =>
'You\'ve entered the wrong password, try again.',
'passwordChangeSuccess' => 'Password has been successfully changed!',
],
];