mirror of
https://github.com/friendica/friendica
synced 2025-04-22 12:30:12 +00:00
Use plaintext for names and titles
This commit is contained in:
parent
8bb33dccd1
commit
08dafd6d70
7 changed files with 15 additions and 13 deletions
|
@ -147,7 +147,7 @@ class Introductions extends BaseNotifications
|
|||
$knowyou = '';
|
||||
}
|
||||
|
||||
$convertedName = BBCode::convertForUriId($owner['uri-id'], $Introduction->getName());
|
||||
$convertedName = BBCode::toPlaintext($Introduction->getName(), false, true);
|
||||
|
||||
$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