diff options
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/configure/flux.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/flux.phtml b/app/views/configure/flux.phtml index 34255bc59..d21230895 100644 --- a/app/views/configure/flux.phtml +++ b/app/views/configure/flux.phtml @@ -23,7 +23,7 @@ <span><a target="_blank" href="<?php echo $this->flux->website (); ?>"><?php echo $this->flux->website (); ?></a></span> <label>Nombre d'articles</label> - <span><?php echo count ($this->flux->entries ()); ?></span> + <span>Coming soon</span> <?php if (!empty ($this->categories)) { ?> <label>Ranger dans une catégorie</label> |
