Refactor: Enforce type safety, fix close deadlock, implement assignee restrictions and notify admin fallbacks
This commit is contained in:
@@ -10,6 +10,8 @@ return [
|
||||
|
||||
// TransferService
|
||||
'transfer_reason_required' => 'Please enter a transfer reason.',
|
||||
'handler_not_in_department' => 'The selected handler does not belong to the target department.',
|
||||
'user_not_found' => 'The selected handler was not found.',
|
||||
|
||||
// FileService
|
||||
'file_type_not_allowed' => 'File type :type is not allowed. Allowed: jpg, png, pdf, mp4, mov.',
|
||||
|
||||
Reference in New Issue
Block a user