fix: add missing translation functions to controllers
This commit is contained in:
@@ -114,7 +114,7 @@ class AbsenceController extends Controller
|
||||
|
||||
return redirect()
|
||||
->to(route('absences.show', ['absence' => $absence->id]))
|
||||
->with('success', 'Absence request submitted for approval. You will receive email confirmation shortly.');
|
||||
->with('success', __('Absence request submitted for approval. You will receive email confirmation shortly.'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user