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

@@ -113,7 +113,7 @@ class AppointmentController extends Controller
return redirect()
->back()
->with('success', 'Saved notes.');
->with('success', __('Saved notes.'));
} catch (InvalidAppointmentException $ex) {
return redirect()