#118 - fix to policies and added translations

This commit is contained in:
EwelinaLasowy
2022-04-15 11:01:23 +02:00
parent 7e0ecc3668
commit cb7e150717
4 changed files with 8 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ class KeysController extends Controller
return redirect()
->back()
->with("success", __("Key has been taked."));
->with("success", __("Key has been taken."));
}
public function give(Key $key, GiveKeyRequest $request): RedirectResponse