aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <github@ainw.org> 2014-08-23 11:43:39 -0400
committerGravatar Alexis Degrugillier <github@ainw.org> 2014-08-23 11:43:39 -0400
commit4509aac438ac8fcc83c03953cbfda338938fc9cd (patch)
tree7bf8ecca30af363e900daaacd55c43a5b0b45730
parent78e99f33a593702b7b82c79c86e0ecd79323cff2 (diff)
Change empty value in drop-down
-rw-r--r--app/views/stats/repartition.phtml2
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)) {