mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-11 00:14:25 +02:00
Terminology: Fan -> Following
This commit is contained in:
parent
cec47a7bb1
commit
4368e853d7
1 changed files with 2 additions and 2 deletions
|
@ -569,11 +569,11 @@ class Contact extends BaseModule
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Model\Contact::FOLLOWER:
|
case Model\Contact::FOLLOWER:
|
||||||
$alt_text = DI::l10n()->t('is a fan of yours');
|
$alt_text = DI::l10n()->t('Follows you');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Model\Contact::SHARING:
|
case Model\Contact::SHARING:
|
||||||
$alt_text = DI::l10n()->t('you are a fan of');
|
$alt_text = DI::l10n()->t('You follow');
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue