From 0208f066c5fdac676cfd7dc7fd9476db68e55609 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 17 Jun 2025 13:42:25 +0100 Subject: [PATCH] Comments: Fixed update notification text For #5642 --- resources/js/components/page-comment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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