mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 13:16:32 +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;
|
||||
|
||||
case Model\Contact::FOLLOWER:
|
||||
$alt_text = DI::l10n()->t('is a fan of yours');
|
||||
$alt_text = DI::l10n()->t('Follows you');
|
||||
break;
|
||||
|
||||
case Model\Contact::SHARING:
|
||||
$alt_text = DI::l10n()->t('you are a fan of');
|
||||
$alt_text = DI::l10n()->t('You follow');
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue