* #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:
@@ -14,7 +14,7 @@ class Help extends SignatureHandler
|
||||
use ListsHandlers;
|
||||
|
||||
protected $signature = "toby pomoc";
|
||||
protected $description = "Wyświetl wszystkie dostępne polecenia";
|
||||
protected $description = "Show all available commands";
|
||||
|
||||
public function handle(Request $request): Response
|
||||
{
|
||||
@@ -22,7 +22,7 @@ class Help extends SignatureHandler
|
||||
|
||||
$attachmentFields = $this->mapHandlersToAttachments($handlers);
|
||||
|
||||
return $this->respondToSlack("Dostępne polecenia:")
|
||||
return $this->respondToSlack(__("Available commands:"))
|
||||
->withAttachment(
|
||||
Attachment::create()
|
||||
->setColor("good")
|
||||
|
Reference in New Issue
Block a user