From 956f0043fc73c290d9154ab06337b995ddfd1a1c Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 21 Feb 2017 23:16:05 -0800 Subject: change text back to 'add apps' --- include/nav.php | 2 +- view/tpl/nav.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/nav.php b/include/nav.php index 808549444..144509cd0 100644 --- a/include/nav.php +++ b/include/nav.php @@ -297,7 +297,7 @@ EOT; '$help' => t('@name, #tag, ?doc, content'), '$pleasewait' => t('Please wait...'), '$navapps' => $navapps, - '$editapps' => t('Manage Apps') + '$addapps' => t('Add Apps') )); if(x($_SESSION, 'reload_avatar') && $observer) { diff --git a/view/tpl/nav.tpl b/view/tpl/nav.tpl index cbbd74a6e..1f272e7b8 100755 --- a/view/tpl/nav.tpl +++ b/view/tpl/nav.tpl @@ -185,7 +185,7 @@ {{/foreach}} {{if $localuser}}
  • -
  • {{$editapps}}
  • +
  • {{$addapps}}
  • {{/if}} @@ -198,7 +198,7 @@ {{/foreach}} {{if $localuser}}
  • -
  • {{$editapps}}
  • +
  • {{$addapps}}
  • {{/if}} -- cgit v1.2.3