* #132 - added translations * wip * #132 - added translations * #132 - cs fix * #132 - cs fix Co-authored-by: Adrian Hopek <adrian.hopek@blumilk.pl>
This commit is contained in:
@@ -30,7 +30,7 @@ trait FindsUserBySlackId
|
||||
$user = $this->findUserBySlackId($slackId);
|
||||
|
||||
if (!$user) {
|
||||
throw new UserNotFoundException("Użytkownik {$slackId} nie istnieje w tobym");
|
||||
throw new UserNotFoundException(__("User :input does not exist in toby", ["input" => $slackId]));
|
||||
}
|
||||
|
||||
return $user;
|
||||
|
Reference in New Issue
Block a user