Page Title

This commit is contained in:
Gogs 2021-06-02 17:38:24 +02:00
parent cbdc38e98e
commit 1fa3fdddd0

View File

@ -14,5 +14,7 @@ class Playground extends Controller
public function index()
{
$this->pageTitle = 'germanairlinesva.graphql::lang.menu.playground';
$this->pageTitleTemplate = '%s ' . trans($this->pageTitle);
}
}