diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/stats/repartition.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml index 1f920a7ae..9d2eb28e4 100644 --- a/app/views/stats/repartition.phtml +++ b/app/views/stats/repartition.phtml @@ -6,7 +6,7 @@ <h1><?php echo _t('stats_repartition'); ?></h1> <select id="feed_select"> - <option data-url="<?php echo _url('stats', 'repartition')?>"></option> + <option data-url="<?php echo _url('stats', 'repartition')?>"><?php echo _t('all_feeds')?></option> <?php foreach ($this->categories as $category) { $feeds = $category->feeds(); if (!empty($feeds)) { |
