From: rabuzarus <> Date: Tue, 9 Aug 2016 12:39:18 +0000 (+0200) Subject: frio: Remote is now called Guest X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=40b0a8e30c4aeb4c8844196db25490a00da7af90;p=friendica.git frio: Remote is now called Guest --- 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`