]> BookStack Code Mirror - bookstack/commitdiff
Comments: Fixed update notification text
authorDan Brown <redacted>
Tue, 17 Jun 2025 12:42:25 +0000 (13:42 +0100)
committerDan Brown <redacted>
Tue, 17 Jun 2025 12:42:25 +0000 (13:42 +0100)
For #5642

resources/js/components/page-comment.ts

index 0c3e19f4b1a8b2b2996272be5ec1c4f55c9667a1..a0bb7a55bf8985c3c54cf8358e7dc4e3b67f6dd9 100644 (file)
@@ -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