mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-11-23 18:41:40 +08:00
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_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',
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue
Block a user