summaryrefslogtreecommitdiff
path: root/app/views/index/logs.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 00:00:15 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2014-12-11 00:00:15 +0100
commitd455837c6d6e3ad3d64d06f40c947c93fc4e2086 (patch)
tree22749b7dbd363986320ce83abe7f40e80b370117 /app/views/index/logs.phtml
parent8a40a726575947c074216ad9084275e0195f9c30 (diff)
Fix i18n for normal view
Diffstat (limited to 'app/views/index/logs.phtml')
-rw-r--r--app/views/index/logs.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/index/logs.phtml b/app/views/index/logs.phtml
index 0262325f5..02256bd98 100644
--- a/app/views/index/logs.phtml
+++ b/app/views/index/logs.phtml
@@ -1,10 +1,10 @@
<div class="post content">
<a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('gen.action.back_to_rss_feeds'); ?></a>
- <h1><?php echo _t('index.logs'); ?></h1>
+ <h1><?php echo _t('index.log'); ?></h1>
<form method="post" action="<?php echo _url('index', 'logs'); ?>"><p>
<input type="hidden" name="clearLogs" />
- <button type="submit" class="btn"><?php echo _t('index.logs.clear'); ?></button>
+ <button type="submit" class="btn"><?php echo _t('index.log.clear'); ?></button>
</p></form>
<?php $items = $this->logsPaginator->items(); ?>
@@ -20,6 +20,6 @@
<?php $this->logsPaginator->render('logs_pagination.phtml','page'); ?>
</div>
<?php } else { ?>
- <p class="alert alert-warn"><?php echo _t('index.logs.empty'); ?></p>
+ <p class="alert alert-warn"><?php echo _t('index.log.empty'); ?></p>
<?php } ?>
</div>