From: Dan Brown Date: Tue, 17 Jun 2025 12:42:25 +0000 (+0100) Subject: Comments: Fixed update notification text X-Git-Tag: v25.05.1~1^2~3 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/0208f066c5fdac676cfd7dc7fd9476db68e55609 Comments: Fixed update notification text For #5642 --- diff --git a/resources/js/components/page-comment.ts b/resources/js/components/page-comment.ts index 0c3e19f4b..a0bb7a55b 100644 --- a/resources/js/components/page-comment.ts +++ b/resources/js/components/page-comment.ts @@ -40,7 +40,7 @@ export class PageComment extends Component { this.commentId = this.$opts.commentId; this.commentLocalId = this.$opts.commentLocalId; this.deletedText = this.$opts.deletedText; - this.deletedText = this.$opts.deletedText; + this.updatedText = this.$opts.updatedText; this.archiveText = this.$opts.archiveText; // Editor reference and text options