X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FContactSelector.php;h=5ba6528ed0561b6ebd1bc70759dcbcf4dcb6d3ab;hb=9feab828c88dfdc0c66fef3269f6cdf0122d2840;hp=a23acecc553097aee9f17ca6d217f6f36f65b34a;hpb=53e9203d37ee0c1a2afed0faf295e3c622ac2e17;p=friendica.git diff --git a/src/Content/ContactSelector.php b/src/Content/ContactSelector.php index a23acecc55..5ba6528ed0 100644 --- a/src/Content/ContactSelector.php +++ b/src/Content/ContactSelector.php @@ -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'),