Files
backend/resources/lang/en/messages.php

7 lines
145 B
PHP

<?php
return [
'successful' => 'The Operation was successful',
'incorrect_current_password' => 'The current password is incorrect.',
];