]> BookStack Code Mirror - bookstack/commitdiff
Comments: Added text for new activity types 4389/head
authorDan Brown <redacted>
Wed, 19 Jul 2023 09:11:53 +0000 (10:11 +0100)
committerDan Brown <redacted>
Wed, 19 Jul 2023 09:11:53 +0000 (10:11 +0100)
lang/en/activities.php

index e71a490de4696d4924e354db69751e746f0dbac4..a96299ea7ff25951118d7e9b58f9c43f3d04f23f 100644 (file)
@@ -110,7 +110,12 @@ return [
     'recycle_bin_restore' => 'restored from recycle bin',
     'recycle_bin_destroy' => 'removed from recycle bin',
 
     'recycle_bin_restore' => 'restored 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',
 ];