Terminology: Fan -> Following

This commit is contained in:
Marcus Funch 2025-06-04 14:54:58 +02:00
parent cec47a7bb1
commit 4368e853d7

View file

@ -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: