From: Dan Brown Date: Wed, 19 Jul 2023 09:11:53 +0000 (+0100) Subject: Comments: Added text for new activity types X-Git-Tag: v23.08~1^2~14 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/refs/pull/4389/head?ds=inline Comments: Added text for new activity types --- diff --git a/lang/en/activities.php b/lang/en/activities.php index e71a490de..a96299ea7 100644 --- 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', ];