getLabel Not working on relationManager
how to translate the Payment i tried public static function getLabel($locale = null): string
{
return __('words.payment');
}
{
return __('words.payment');
}