diff options
| author | 2014-01-26 17:11:24 +0100 | |
|---|---|---|
| committer | 2014-01-26 17:11:24 +0100 | |
| commit | 1031c19779d4cd6764dab6fbc8360cc99ff83409 (patch) | |
| tree | af1b5c6a084e70b00c53455cc7231f89a8366d33 /app | |
| parent | 004a652f8ae7d6b63ecf9f27ce2d12a4c69b110c (diff) | |
Formatage nombres
Implémente https://github.com/marienfressinaud/FreshRSS/issues/395
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/configure/archiving.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/configure/archiving.phtml b/app/views/configure/archiving.phtml index 6e26ca81e..e144d0f45 100644 --- a/app/views/configure/archiving.phtml +++ b/app/views/configure/archiving.phtml @@ -39,7 +39,7 @@ <div class="form-group"> <p class="group-name"><?php echo Minz_Translate::t('current_user'); ?></p> <div class="group-controls"> - <p><?php echo $this->nb_total, ' ', Minz_Translate::t('articles'), ', ', formatBytes($this->size_user); ?></p> + <p><?php echo formatNumber($this->nb_total), ' ', Minz_Translate::t('articles'), ', ', formatBytes($this->size_user); ?></p> <input type="hidden" name="optimiseDatabase" value="1" /> <button type="submit" class="btn btn-important"><?php echo Minz_Translate::t('optimize_bdd'); ?></button> <?php echo FreshRSS_Themes::icon('help'); ?> <?php echo Minz_Translate::t('optimize_todo_sometimes'); ?> |
