We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2b1a3c commit 9790cb3Copy full SHA for 9790cb3
1 file changed
lang/en/messages.php
@@ -12,14 +12,4 @@
12
*/
13
14
return [
15
- 'assign_vendor' => [
16
- 'not_found' => ':slug vendor is not available on the configurations.',
17
- 'not_assigned' => 'This order have not been assigned to any vendor.',
18
- 'already_assigned' => 'This order has already assigned by another user.',
19
- 'assigned_user_failed' => 'Unable to assign this order to requested user.',
20
- 'failed' => 'Unable to assign order to requested vendor [:slug].',
21
- 'release_failed' => 'There\'s been an error. while :model with ID::id failed to release.',
22
- 'success' => 'Successfully assigned order to requested vendor [:slug].',
23
- 'quote_failed' => 'Something went wrong. Please try again later.',
24
- ],
25
];
0 commit comments