mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
frio: Remote is now called Guest
This commit is contained in:
parent
35a8f641a8
commit
40b0a8e30c
1 changed files with 1 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue