Changing "Posts" for /post/

Hi, when I am directing by browser to /post/ of my project, a list page appears with all the articles in the /post/ folder. However, the navigation and the title of the list page writes “Home \ Posts” respective “Posts”. I like to change that to my language “Artikel”. However, I can not find any matching entry in the i18n folder nor the text “Posts” in any of the files of the theme (minimo).

Do you have any advice to change that small detail?

Kind regards,
Karsten

Note, this is not the “i18n way” to do it, but try creating a file at:

post/_index.md

With this front matter:

---
title: Artikel
---

Thanks, works perfectly!