Files
backend/backend/resources/lang/en/messages.php
2026-05-06 08:49:57 +03:30

12 lines
422 B
PHP

<?php
return [
'successful' => 'The operation was successful.',
'invalid_credential' => 'Provided credential is invalid.',
'incorrect_current_password' => 'Current password is incorrect.',
'new_password_email_sent' => 'Your new password sent to your email',
'file_upload_failed' => 'The file can not be uploaded.',
'otp' => 'your otp token is : ',
'incorrect_otp' => 'Incorrect OTP code.',
];