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', ];