mfmediamarketing
Hi
I added the override
file "/html/mod_community_hellome/default.php" in template "ja_playstore".
find code
<li><?php echo JText::_('MOD_HELLOME_MY_POLLS'); ?><span><a href="<?php echo CRoute::_('index.php?option=com_community&view=polls&task=mypolls'); ?>"><?php echo $totalPolls; ?></a></span></li>
change it to
<li><a href="<?php echo CRoute::_('index.php?option=com_community&view=polls&task=mypolls'); ?>"><?php echo JText::_('MOD_HELLOME_MY_POLLS'); ?><span><?php echo $totalPolls; ?></span></li></a>
Do the same for other options
I am not able to do it as there is security on your site that not allow to edit files via Joomla admin