mirror of
https://github.com/friendica/friendica
synced 2025-04-27 06:30:12 +00:00
migrate more notifications
This commit is contained in:
parent
c735582ead
commit
a76be1934a
3 changed files with 31 additions and 121 deletions
|
@ -37,8 +37,8 @@ function notification($params) {
|
|||
|
||||
if($params['type'] == NOTIFY_COMMENT) {
|
||||
|
||||
$preamble = $subject = sprintf( t('%s commented on an item at %s'), $params['source_name'], $sitename);
|
||||
|
||||
$subject = sprintf( t('%s commented on an item at %s'), $params['source_name'], $sitename);
|
||||
$preamble = sprintf( t('%s commented on an item/conversation you have been following.'), $params['source_name']);
|
||||
$sitelink = t('Please visit %s to view and/or reply to the conversation.');
|
||||
$tsitelink = sprintf( $sitelink, $siteurl );
|
||||
$hsitelink = sprintf( $sitelink, '<a href="' . $siteurl . '">' . $sitename . '</a>');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue