feat: notifications on comments
This commit is contained in:
@@ -29,6 +29,10 @@ return [
|
||||
'notifications' => [
|
||||
'test_title' => 'Test',
|
||||
'test_body' => 'Notification test depuis Laravel API.',
|
||||
'meal_post_commented_title' => 'Nouveau commentaire',
|
||||
'meal_post_commented_body' => ':name a commenté votre plat ":meal".',
|
||||
'someone' => 'Quelqu’un',
|
||||
'your_meal' => 'votre plat',
|
||||
'moderation_threshold_title' => 'Signalements à vérifier',
|
||||
'moderation_threshold_body' => ':count signalements reçus pour :type.',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user