How to add collection title of collection label view all?

Hi, using Dawn featured-collection.liquid displays a lable {{ ‘sections.featured_collection.view_all’ | t }}.
I want to add collection title to that lable. I have tried {{ ‘sections.featured_collection.view_all’ | t }}{{ collection.title }}. No luck so far. Any suggestions?

Kind regards, Jan

Hi,

Add below code.

{{ section.settings.title }}  {{ 'sections.featured_collection.view_all' | t }}

Thanks

Hit Like and Accept as Solution