mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
Unified BBCode conversion, improved proxy functionality
This commit is contained in:
parent
81d2d4b70e
commit
8bb33dccd1
22 changed files with 61 additions and 35 deletions
|
@ -147,7 +147,7 @@ class Introductions extends BaseNotifications
|
|||
$knowyou = '';
|
||||
}
|
||||
|
||||
$convertedName = BBCode::convert($Introduction->getName());
|
||||
$convertedName = BBCode::convertForUriId($owner['uri-id'], $Introduction->getName());
|
||||
|
||||
$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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue