Networks are now protocols
This commit is contained in:
parent
e2ea4a3dc3
commit
0ad71ebbbc
3 changed files with 4 additions and 4 deletions
|
@ -78,7 +78,7 @@ class ContactSelector
|
|||
public static function networkToName($network, $profile = "")
|
||||
{
|
||||
$nets = [
|
||||
Protocol::DFRN => L10n::t('Friendica'),
|
||||
Protocol::DFRN => L10n::t('DFRN'),
|
||||
Protocol::OSTATUS => L10n::t('OStatus'),
|
||||
Protocol::FEED => L10n::t('RSS/Atom'),
|
||||
Protocol::MAIL => L10n::t('Email'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue