How do I fix the label on the navigation and the breadcrumb?
I want the label on the navigation and the breadcrumb to say "FAQ's" instead of "F A Qs".
Here is what I have tried so far
Here is what I have tried so far

protected static ?string $modelLabel = 'FAQ';
protected static ?string $pluralModelLabel = 'FAQs';
protected static ?string $label = 'FAQ';
protected static ?string $pluralLabel = 'FAQ\'s';