Skip to content

Commit

Permalink
Changed wrong placed language string
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels van der Veer (n9iels) committed Oct 11, 2015
1 parent c0d64c2 commit 701df93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/beez3/html/com_contact/contact/default_links.php
Expand Up @@ -16,7 +16,7 @@
<?php echo JHtmlTabs::panel(JText::_('COM_CONTACT_LINKS'), 'display-links'); ?>
<?php endif; ?>
<?php if ($this->params->get('presentation_style') == 'plain'):?>
<?php echo '<h3>'. JText::_('JGLOBAL_ARTICLES').'</h3>'; ?>
<?php echo '<h3>'. JText::_('COM_CONTACT_LINKS').'</h3>'; ?>
<?php endif; ?>

<div class="contact-links">
Expand Down

0 comments on commit 701df93

Please sign in to comment.