rename grid to network (for consistency) and activity to stream (as seen in osada) because it makes much more sense.

This commit is contained in:
Mario Vavti
2018-10-06 16:40:30 +02:00
parent b8991750c5
commit 96277372d5
7 changed files with 36 additions and 8 deletions

View File

@@ -164,7 +164,7 @@ class Network extends \Zotlabs\Web\Controller {
));
}
nav_set_selected('Grid');
nav_set_selected('Network');
$channel_acl = array(
'allow_cid' => $channel['channel_allow_cid'],