diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php index c4db244793..0547fdff14 100644 --- a/view/theme/frio/theme.php +++ b/view/theme/frio/theme.php @@ -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`