mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Delete follow notification on unfollow
- Fix translation string typo
This commit is contained in:
parent
49971b1465
commit
e6f745bcb1
3 changed files with 16 additions and 2 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue