How to change resource label dynamic
Hi, I want change resource navigation label dynamic. How I can do that? I try this:
but its not working
but its not working
public function __construct() {
static::$navigationLabel = __('positions.resource_navigation_label');
}public static function getNavigationLabel(): string
{
//
}