The text “Hello, %user% / Log out” can’t be changed.
I’ve tried changing it on Loco Translate (I’ve translated almost everything without issues).
It just doesn’t appear there.
As far as I’ve searched, it is located in here (template-tags.php):
if ( basel_get_opt( 'my_account_with_username' ) ) {
$account_text = sprintf( esc_html__( 'Hello, %s', 'woocommerce' ), '<strong>' . esc_html( $current_user->display_name ). '</strong>' );
}
I don’t have that file on my child theme, so it isn’t that.
I have the same problem with the text on the menu inside the account, “My Account”.
There’s no way on changing that, even thought I actually change it on Loco.
Thanks,