Comments: Added text for new activity types
This commit is contained in:
parent
0359e2490a
commit
1c922be4c7
|
@ -110,7 +110,12 @@ return [
|
||||||
'recycle_bin_restore' => 'restored from recycle bin',
|
'recycle_bin_restore' => 'restored from recycle bin',
|
||||||
'recycle_bin_destroy' => 'removed from recycle bin',
|
'recycle_bin_destroy' => 'removed from recycle bin',
|
||||||
|
|
||||||
// Other
|
// Comments
|
||||||
'commented_on' => 'commented on',
|
'commented_on' => 'commented on',
|
||||||
|
'comment_create' => 'added comment',
|
||||||
|
'comment_update' => 'updated comment',
|
||||||
|
'comment_delete' => 'deleted comment',
|
||||||
|
|
||||||
|
// Other
|
||||||
'permissions_update' => 'updated permissions',
|
'permissions_update' => 'updated permissions',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue