fix: add missing translation functions to controllers

This commit is contained in:
2022-03-31 16:54:39 +01:00
committed by Miguel Nogueira
parent a7c76ad7b8
commit 952e307f46
6 changed files with 17 additions and 17 deletions

View File

@@ -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.'));
}
/**