mirror of
https://github.com/friendica/friendica
synced 2025-04-22 13:50:12 +00:00
notify_type => str_type
str_notifytype => st_notification_type
This commit is contained in:
parent
16b1d3fc08
commit
b016e420fe
5 changed files with 9 additions and 9 deletions
|
@ -63,8 +63,8 @@ class Introductions extends BaseNotifications
|
|||
case 'friend_suggestion':
|
||||
$notificationContent[] = Renderer::replaceMacros($notificationSuggestions, [
|
||||
'$type' => $notification['label'],
|
||||
'$str_notifytype' => DI::l10n()->t('Notification type:'),
|
||||
'$notify_type' => $notification['notify_type'],
|
||||
'str_notification_type' => DI::l10n()->t('Notification type:'),
|
||||
'str_type' => $notification['str_type'],
|
||||
'$intro_id' => $notification['intro_id'],
|
||||
'$lbl_madeby' => DI::l10n()->t('Suggested by:'),
|
||||
'$madeby' => $notification['madeby'],
|
||||
|
@ -148,8 +148,8 @@ class Introductions extends BaseNotifications
|
|||
$notificationContent[] = Renderer::replaceMacros($notificationTemplate, [
|
||||
'$type' => $notification['label'],
|
||||
'$header' => $header,
|
||||
'$str_notifytype' => DI::l10n()->t('Notification type:'),
|
||||
'$notify_type' => $notification['notify_type'],
|
||||
'str_notification_type' => DI::l10n()->t('Notification type:'),
|
||||
'str_type' => $notification['notifytype'],
|
||||
'$dfrn_text' => $dfrn_text,
|
||||
'$dfrn_id' => $notification['dfrn_id'],
|
||||
'$uid' => $notification['uid'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue