Replace remaining "follow" route instances to "contact/follow"

This commit is contained in:
Hypolite Petovan 2022-11-01 09:41:39 -04:00
parent d05ee962f9
commit 2c7a60eb0e
4 changed files with 4 additions and 4 deletions

View file

@ -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'),