This commit is contained in:
Adrian Hopek
2022-02-17 12:33:25 +01:00
parent 73195c02d4
commit cc8a007db9
8 changed files with 16 additions and 16 deletions

View File

@@ -116,7 +116,7 @@ class VacationRequestController extends Controller
$stateManager->cancel($vacationRequest);
return redirect()->back()
->with("success", __("Vacation request has been canceled."));
->with("success", __("Vacation request has been cancelled."));
}
public function acceptAsTechnical(