summaryrefslogtreecommitdiff
path: root/app/views/subscription/feed.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/subscription/feed.phtml')
-rw-r--r--app/views/subscription/feed.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/subscription/feed.phtml b/app/views/subscription/feed.phtml
index 48a401c4a..60664fdee 100644
--- a/app/views/subscription/feed.phtml
+++ b/app/views/subscription/feed.phtml
@@ -9,7 +9,7 @@ if ($this->feed) {
} else {
?>
<div class="alert alert-warn">
- <span class="alert-head"><?php echo _t('no_selected_feed'); ?></span>
- <?php echo _t('think_to_add'); ?>
+ <span class="alert-head"><?php echo _t('sub.feed.no_selected'); ?></span>
+ <?php echo _t('sub.feed.think_to_add'); ?>
</div>
<?php } ?>