feat: add i18n support for Vietnamese and English
This commit is contained in:
@@ -26,7 +26,7 @@ class RequireProofOfResolution implements ValidationRule
|
||||
$fileService = App::make(FileService::class);
|
||||
|
||||
if (! $fileService->hasCollection($this->feedback, 'proof_of_resolution')) {
|
||||
$fail(__('Yêu cầu cung cấp tài liệu bằng chứng để hoàn tất quy trình.'));
|
||||
$fail(__('feedback.proof_required'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user