fix: add missing translation functions to controllers
This commit is contained in:
@@ -113,7 +113,7 @@ class AppointmentController extends Controller
|
||||
|
||||
return redirect()
|
||||
->back()
|
||||
->with('success', 'Saved notes.');
|
||||
->with('success', __('Saved notes.'));
|
||||
|
||||
} catch (InvalidAppointmentException $ex) {
|
||||
return redirect()
|
||||
|
Reference in New Issue
Block a user