Delete follow notification on unfollow

- Fix translation string typo
This commit is contained in:
Hypolite Petovan 2022-03-06 06:36:39 -05:00
parent 49971b1465
commit e6f745bcb1
3 changed files with 16 additions and 2 deletions

View file

@ -118,7 +118,7 @@ class Notification extends BaseFactory implements ICanCreateFromTableRow
if ($localRelationship->pending) {
$msg = $this->l10n->t('%1$s wants to follow you');
} else {
$msg = $this->l10n->t('%1$s had started following you');
$msg = $this->l10n->t('%1$s has started following you');
}
$title = $causer['name'];