Hello Julio,
you have a really nice website by the way.
the language of your theme is here
https://mamaeduasvezes.com.br/wp-content/themes/duena/languages/en_EN.po
open your server and you’ll find this folder structure:
wp-content –> themes –> duena –> languages –> open “en_En.po”
now you can translate something like “Category Archives” or “Search Result”
you could also translate “Home”
The “Home” navigation breadcrumb is in the function.php
link:
https://mamaeduasvezes.com.br/wp-admin/theme-editor.php?file=functions.php&theme=duena
you’ll find
/* Breabcrumbs
function duena_breadcrumb() {
$showOnHome = 0; // 1 – show “breadcrumbs” on home page, 0 – hide
$delimiter = ‘<li class=”divider”>/’; // divider
$home = ‘Home’; // text for link “Home”
–> change ‘Home’
Best wishes
Steve