Fixed typos :(
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
b910db0617
commit
4e547a3639
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class AcceptanceController extends Controller
|
|||
Storage::put('private_uploads/signatures/'.$sig_filename, (string) $decoded_image);
|
||||
|
||||
// No image data is present, kick them back.
|
||||
// This mostly only applies to users on supoer-deuper crapola browsers *cough* IE *cough*
|
||||
// This mostly only applies to users on super-duper crapola browsers *cough* IE *cough*
|
||||
} else {
|
||||
return redirect()->back()->with('error', trans('general.shitty_browser'));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue