X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FNotifications%2FIntroductions.php;h=246bed54029d54f616e633de48d1ecc721a18aca;hb=f0743e4e128dfcb5d6305f4ed09e969573ba6b15;hp=2bd03e3071784772e472d950ad7a5af115d1003d;hpb=19155a4bb2d3f0d3935286fbb5a97333150e7dc9;p=friendica.git diff --git a/src/Module/Notifications/Introductions.php b/src/Module/Notifications/Introductions.php index 2bd03e3071..246bed5402 100644 --- a/src/Module/Notifications/Introductions.php +++ b/src/Module/Notifications/Introductions.php @@ -1,6 +1,6 @@ getLocalUserId()); - + // Loop through all introduction notifications.This creates an array with the output html for each // introduction /** @var Introduction $Introduction */ @@ -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'), @@ -152,7 +152,7 @@ class Introductions extends BaseNotifications $helptext = $this->t('Shall your connection be bidirectional or not?'); $helptext2 = $this->t('Accepting %s as a friend allows %s to subscribe to your posts, and you will also receive updates from them in your news feed.', $convertedName, $convertedName); $helptext3 = $this->t('Accepting %s as a subscriber allows them to subscribe to your posts, but you will not receive updates from them in your news feed.', $convertedName); - + $friend = ['duplex', $this->t('Friend'), '1', $helptext2, true]; $follower = ['duplex', $this->t('Subscriber'), '0', $helptext3, false];