Skip to content

Commit

Permalink
missing language string
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Oct 15, 2014
1 parent 423df55 commit 3571127
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="<?php echo JRoute::_(NewsfeedsHelperRoute::getCategoryRoute($item->id));?>">
<?php echo $this->escape($item->title); ?></a>
<?php if ($this->params->get('show_cat_items_cat') == 1) :?>
<span class="badge badge-info tip hasTooltip" title="<?php echo JHtml::tooltipText('COM_NEWSFEEDS_NUM_ITEMS'); ?>">
<span class="badge badge-info tip hasTooltip" title="<?php echo JHtml::tooltipText('COM_NEWSFEEDS_NUM_ARTICLES'); ?>">
<?php echo $item->numitems; ?>
</span>
<?php endif; ?>
Expand Down

0 comments on commit 3571127

Please sign in to comment.