Edit message attached to author name on blog post [Prestige Theme]

Hello, I am trying to change the message attached to the blog author’s name but without success, you can see in the image below what I mean

I am at the file main-article.liquid and the lines are as follow

{%- capture article_footer -%}
        {%- if section.settings.show_author -%}
          {{ 'blog.article.written_by' | t: author: article.author }}
        {%- endif -%}

Where is it that I can access the blog.article.written_by or article.author ? I don’t find it in any json file
Sorry for my ignorance, that’s the first shopify project I’m working with.

Thanks for your time

Hi @atila sorry for that, I am unable to read what you are looking for. are you looking at how to add custom text before the author’s name?

if you dont want display that underlined text then you need to remove code

need to add only {{ article.author }} it will only display author name

or if want to change the text then may be available in edit languages-blog section

underlined text is (Written By Goyo)

Bingo!
Thank you