frio: Remote is now called Guest

This commit is contained in:
rabuzarus 2016-08-09 14:39:18 +02:00
parent 35a8f641a8
commit 40b0a8e30c
1 changed files with 1 additions and 1 deletions

View 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`