aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeroen <jeroenpraat@xs4all.nl>2014-10-17 14:00:58 +0000
committerJeroen <jeroenpraat@xs4all.nl>2014-10-17 14:00:58 +0000
commit5cd6965eef2dc69ec5993bbb531f0846386c204b (patch)
tree12c445a401fc6a3cdaef9dc89a0a3a72713bf36f
parent7e2a11dddef970697b6e8ced6331e3f13e4b0731 (diff)
downloadvolse-hubzilla-5cd6965eef2dc69ec5993bbb531f0846386c204b.tar.gz
volse-hubzilla-5cd6965eef2dc69ec5993bbb531f0846386c204b.tar.bz2
volse-hubzilla-5cd6965eef2dc69ec5993bbb531f0846386c204b.zip
Remote login > Remote authentication as discussed
-rw-r--r--include/nav.php2
1 files changed, 1 insertions, 1 deletions
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'));
}
/**