mirror of
https://github.com/friendica/friendica
synced 2025-04-23 11:50:12 +00:00
Removed unneeded parameter
This commit is contained in:
parent
7315048474
commit
7e322c21b3
7 changed files with 9 additions and 12 deletions
|
@ -147,7 +147,7 @@ class Introductions extends BaseNotifications
|
|||
$knowyou = '';
|
||||
}
|
||||
|
||||
$convertedName = BBCode::toPlaintext($Introduction->getName(), false, true);
|
||||
$convertedName = BBCode::toPlaintext($Introduction->getName(), false);
|
||||
|
||||
$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