I have such a line of code
<?php echo __('This is text and the word TEXT has to be a link'); ?>
Is there any good trick to link the word "TEXT" to another href address? maybe without changing the entire structure? As I am using the i18n translation as the website is using 3 languages I want to keep the changes as minimal as possible.
Thanks in advance!