* #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;
|
||||
|
@@ -37,7 +37,7 @@ trait ListsHandlers
|
||||
)
|
||||
->map(
|
||||
fn(SignatureHandler $handler): AttachmentField => AttachmentField::create(
|
||||
$handler->getDescription(),
|
||||
__($handler->getDescription()),
|
||||
"`/{$handler->getSignature()}`",
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user