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

(cherry picked from commit 96277372d5)
This commit is contained in:
Mario Vavti
2018-10-06 14:40:30 +00:00
committed by Mario
parent 98ee99071c
commit 7877e2467e
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'],