diff --git a/controllers/Playground.php b/controllers/Playground.php index 865e386..8ba7051 100644 --- a/controllers/Playground.php +++ b/controllers/Playground.php @@ -14,5 +14,7 @@ class Playground extends Controller public function index() { + $this->pageTitle = 'germanairlinesva.graphql::lang.menu.playground'; + $this->pageTitleTemplate = '%s ' . trans($this->pageTitle); } }