]> git.mxchange.org Git - friendica.git/commitdiff
frio: Remote is now called Guest
authorrabuzarus <>
Tue, 9 Aug 2016 12:39:18 +0000 (14:39 +0200)
committerrabuzarus <>
Tue, 9 Aug 2016 12:39:18 +0000 (14:39 +0200)
view/theme/frio/theme.php

index c4db244793bf22795f11a63f5e7a46ac1ba88362..0547fdff146dfd0ca8d35a24ae3571ad60b4cc01 100644 (file)
@@ -223,7 +223,7 @@ function frio_remote_nav($a,&$nav) {
 
        } elseif(!local_user() && remote_user()) {
                $r = q("SELECT `name`, `nick`, `micro` AS `photo` FROM `contact` WHERE `id` = %d", intval(remote_user()));
-               $nav['remote'] = t("Remote");
+               $nav['remote'] = t("Guest");
 
        } elseif(get_my_url ()) {
                $r = q("SELECT `name`, `nick`, `photo` FROM `gcontact`