summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-16 17:39:32 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-16 17:39:32 +0200
commit2937a633de8f54d0f5f20f8ced6e8914da40d312 (patch)
treefaf12c9d5e837e2c3e9e50388a6d60e1071b05d7 /templates
parentb36134664907e195278ab73c5afc0f42e7918df6 (diff)
also translate title, fix #350
Diffstat (limited to 'templates')
-rw-r--r--templates/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php
index 80cf5eb86..90d3896d1 100644
--- a/templates/main.php
+++ b/templates/main.php
@@ -34,8 +34,8 @@ if($version[0] > 5 || ($version[0] >= 5 && $version[1] >= 80)) {
<a href="#"><?php p($l->t('Undo deletion of %s', '{{ getCaption() }}')); ?></a>
</div>
</div>
-
<div id="app-navigation" ng-controller="FeedController">
+ <news-translate key="appName"><?php p($l->t('News')); ?></news-translate>
<ul class="with-icon" data-id="0" droppable>
<?php print_unescaped($this->inc('part.addnew')) ?>