mirror of
https://github.com/friendica/friendica
synced 2025-04-24 09:10:17 +00:00
Replace remaining "follow" route instances to "contact/follow"
This commit is contained in:
parent
d05ee962f9
commit
2c7a60eb0e
4 changed files with 4 additions and 4 deletions
|
@ -128,7 +128,7 @@ class Introductions extends BaseNotifications
|
|||
'$zrl' => $Introduction->getZrl(),
|
||||
'$lbl_url' => $this->t('Profile URL'),
|
||||
'$addr' => $Introduction->getAddr(),
|
||||
'$action' => 'follow',
|
||||
'$action' => 'contact/follow',
|
||||
'$approve' => $this->t('Approve'),
|
||||
'$note' => $Introduction->getNote(),
|
||||
'$ignore' => $this->t('Ignore'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue