/**
* Activity text strings.
- * Is used for all the text within activity logs.
+ * Is used for all the text within activity logs & notifications.
*/
// Pages
'chapter_update_notification' => 'Chapter Successfully Updated',
'chapter_delete' => 'deleted chapter',
'chapter_delete_notification' => 'Chapter Successfully Deleted',
+ 'chapter_move' => 'moved chapter',
// Books
'book_create' => 'created book',
'book_sort' => 'sorted book',
'book_sort_notification' => 'Book Successfully Re-sorted',
+ // Other
+ 'commented_on' => 'commented on',
];