#132 - added translations
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