diff options
author | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-17 14:00:58 +0000 |
---|---|---|
committer | Jeroen <jeroenpraat@xs4all.nl> | 2014-10-17 14:00:58 +0000 |
commit | 5cd6965eef2dc69ec5993bbb531f0846386c204b (patch) | |
tree | 12c445a401fc6a3cdaef9dc89a0a3a72713bf36f | |
parent | 7e2a11dddef970697b6e8ced6331e3f13e4b0731 (diff) | |
download | volse-hubzilla-5cd6965eef2dc69ec5993bbb531f0846386c204b.tar.gz volse-hubzilla-5cd6965eef2dc69ec5993bbb531f0846386c204b.tar.bz2 volse-hubzilla-5cd6965eef2dc69ec5993bbb531f0846386c204b.zip |
Remote login > Remote authentication as discussed
-rw-r--r-- | include/nav.php | 2 |
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')); } /** |