I'm trying to change "Tag" to "Brand" on WooCommerce. I've Googled, read about gettext, tried several other options but none have worked.
The line of code in the theme is
<?php echo $product->get_tags( ', ', '<span class="tagged_as">' . _n( 'Tag:', 'Tags:', $tag_count, 'woocommerce' ) . ' '...