aboutsummaryrefslogtreecommitdiff
path: root/app/views/update/apply.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/update/apply.phtml')
-rw-r--r--app/views/update/apply.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/update/apply.phtml b/app/views/update/apply.phtml
index 30566c7ab..8221929ae 100644
--- a/app/views/update/apply.phtml
+++ b/app/views/update/apply.phtml
@@ -1,9 +1,9 @@
<?php $this->partial('aside_configure'); ?>
<div class="post">
- <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('back_to_rss_feeds'); ?></a>
+ <a href="<?php echo _url('index', 'index'); ?>"><?php echo _t('gen.action.back_to_rss_feeds'); ?></a>
- <h1><?php echo _t('update_system'); ?></h1>
+ <h1><?php echo _t('admin.update'); ?></h1>
<?php ask_info_update(); ?>
</div>