Although I set the title part, it does not change. I need to use translation in the title here. ``` public static function setTitle(): ?string { self::$title = __('custom.test'); return self::$title; } protected static ?string $title='test'; ```