1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-01-03 23:42:28 +03:00

Comments: Styled content comments & improved interaction

This commit is contained in:
Dan Brown
2025-04-24 13:21:23 +01:00
parent 5bfba281fc
commit f656a82fe7
6 changed files with 98 additions and 15 deletions

View File

@@ -403,6 +403,7 @@ return [
'comment_created_success' => 'Comment added',
'comment_updated_success' => 'Comment updated',
'comment_view' => 'View comment',
'comment_jump_to_thread' => 'Jump to thread',
'comment_delete_confirm' => 'Are you sure you want to delete this comment?',
'comment_in_reply_to' => 'In reply to :commentId',
'comment_editor_explain' => 'Here are the comments that have been left on this page. Comments can be added & managed when viewing the saved page.',