From 5cd6965eef2dc69ec5993bbb531f0846386c204b Mon Sep 17 00:00:00 2001 From: Jeroen Date: Fri, 17 Oct 2014 14:00:58 +0000 Subject: [PATCH] Remote login > Remote authentication as discussed --- include/nav.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nav.php b/include/nav.php index ba817648b..f1f89db20 100644 --- a/include/nav.php +++ b/include/nav.php @@ -142,7 +142,7 @@ EOT; sprintf( t('%s - click to logout'), $observer['xchan_addr'])); } else { - $nav['loginmenu'][] = Array('rmagic',t('Remote login'),'',t('Click to authenticate to your home hub')); + $nav['loginmenu'][] = Array('rmagic',t('Remote authentication'),'',t('Click to authenticate to your home hub')); } /**