feat(LRL App): init V0
This commit is contained in:
12
lang/en/contacts.php
Normal file
12
lang/en/contacts.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'fields' => [
|
||||
'contact' => 'Contact',
|
||||
'contacts' => 'Contacts',
|
||||
],
|
||||
'responses' => [
|
||||
'success' => 'Your message has been sent successfully',
|
||||
'error' => 'An error occurred while sending the message',
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user