Skip to content

Commit 8f64dc0

Browse files
committed
refact: (LAR-86) change key message ban
1 parent 381385f commit 8f64dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/CheckIfBanned.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function handle(Request $request, Closure $next): Response
2121
Auth::logout();
2222

2323
return redirect()->route('login')->withErrors([
24-
'email' => __('global.ban.message'),
24+
'email' => __('user.ban.message'),
2525
]);
2626
}
2727
}

0 commit comments

Comments
 (0)