Comments: Added text for new activity types

This commit is contained in:
Dan Brown 2023-07-19 10:11:53 +01:00
parent 0359e2490a
commit 1c922be4c7
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -110,7 +110,12 @@ return [
'recycle_bin_restore' => 'restored from recycle bin',
'recycle_bin_destroy' => 'removed from recycle bin',
// Other
// Comments
'commented_on' => 'commented on',
'comment_create' => 'added comment',
'comment_update' => 'updated comment',
'comment_delete' => 'deleted comment',
// Other
'permissions_update' => 'updated permissions',
];