]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(from parent 1:
0359e24
)
Comments: Added text for new activity types
4389/head
author
Dan Brown
<redacted>
Wed, 19 Jul 2023 09:11:53 +0000
(10:11 +0100)
committer
Dan Brown
<redacted>
Wed, 19 Jul 2023 09:11:53 +0000
(10:11 +0100)
lang/en/activities.php
patch
|
blob
|
history
diff --git
a/lang/en/activities.php
b/lang/en/activities.php
index e71a490de4696d4924e354db69751e746f0dbac4..a96299ea7ff25951118d7e9b58f9c43f3d04f23f 100644
(file)
--- a/
lang/en/activities.php
+++ b/
lang/en/activities.php
@@
-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',
];