mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
Issue 13844: User defined channels based on the network
This commit is contained in:
parent
672186e549
commit
7924085c94
10 changed files with 188 additions and 110 deletions
|
@ -147,7 +147,9 @@ class Channels extends BaseSettings
|
|||
$intro = $this->t('This page can be used to define your own channels.');
|
||||
$circles = [
|
||||
0 => $this->l10n->t('Global Community'),
|
||||
-3 => $this->l10n->t('Network'),
|
||||
-5 => $this->l10n->t('Latest Activity'),
|
||||
-4 => $this->l10n->t('Latest Posts'),
|
||||
-3 => $this->l10n->t('Latest Creation'),
|
||||
-1 => $this->l10n->t('Following'),
|
||||
-2 => $this->l10n->t('Followers'),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue