I'm trying to customize the "TNTSearch Search" string from the search.md page of the Plugin.
---
title: TNTSearch Search
---
Tried to put an override in my template folder and other stuff without success.
How can this be customized?
Create file /user/pages/search/search.md
and add your new title. E.g.:
---
title: My New Title
---
Update after chat:
When default search_route: '/search'
has been changed in config of plugin, above folder must match the name of the route.
Eg. if route is defined as search_route: '/mysearch'
the overriding file should be /user/pages/mysearch/search.md