Comments: Started inline comment display windows

This commit is contained in:
Dan Brown
2025-04-21 14:04:41 +01:00
parent 18ede9bbd3
commit 5bfba281fc
5 changed files with 132 additions and 4 deletions

View File

@@ -402,6 +402,7 @@ return [
'comment_deleted_success' => 'Comment deleted',
'comment_created_success' => 'Comment added',
'comment_updated_success' => 'Comment updated',
'comment_view' => 'View comment',
'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.',