How do I change the wording on the home page when I apply a theme

So I am new to Hugo and I just created my first static local website. I just implemented the Cactus Plus theme. However, is it possible to change the wording of the homepage? I want to change the “About” link to “About Me”. In the past, I know I would have an index.html page where I can change all this, however any suggestions on how I can do this?

Thanks

You track down where that is in the theme, and then either change the theme template, or override that template in your /layouts. Refer to the docs for editing templates.

If you have questions about that specific theme, please ask the theme author.