diff --git a/include/nav.php b/include/nav.php index d31473cc0..808549444 100644 --- a/include/nav.php +++ b/include/nav.php @@ -296,7 +296,8 @@ EOT; '$powered_by' => $powered_by, '$help' => t('@name, #tag, ?doc, content'), '$pleasewait' => t('Please wait...'), - '$navapps' => $navapps + '$navapps' => $navapps, + '$editapps' => t('Manage Apps') )); if(x($_SESSION, 'reload_avatar') && $observer) { diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index 0e239e70a..cbbd74a6e 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -185,7 +185,7 @@ {{/foreach}} {{if $localuser}}
  • -
  • Add Apps
  • +
  • {{$editapps}}
  • {{/if}} @@ -198,7 +198,7 @@ {{/foreach}} {{if $localuser}}
  • -
  • Add Apps
  • +
  • {{$editapps}}
  • {{/if}}