How do i change SubNavigation Label?
How can i change this sub navigation label or make it translateable?

Solution:Jump to solution
use
navigationLabel
in the ViewProduct.php, EditProduct.php
```php
protected static ?string $navigationLabel = 'Custom Label';
...2 Replies
Solution
use
navigationLabel
in the ViewProduct.php, EditProduct.php
thanks!