mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 08:54:33 +08:00
#47 Adds comment permission to each role.
This commit is contained in:
@ -223,4 +223,10 @@ return [
|
||||
'profile_not_created_pages' => ':userName has not created any pages',
|
||||
'profile_not_created_chapters' => ':userName has not created any chapters',
|
||||
'profile_not_created_books' => ':userName has not created any books',
|
||||
|
||||
/**
|
||||
* Comments
|
||||
*/
|
||||
'comment' => 'Comment',
|
||||
'comments' => 'Comments'
|
||||
];
|
Reference in New Issue
Block a user