Skip to content

Commit 0208f06

Browse files
committed
Comments: Fixed update notification text
For #5642
1 parent 2d0461b commit 0208f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/page-comment.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class PageComment extends Component {
4040
this.commentId = this.$opts.commentId;
4141
this.commentLocalId = this.$opts.commentLocalId;
4242
this.deletedText = this.$opts.deletedText;
43-
this.deletedText = this.$opts.deletedText;
43+
this.updatedText = this.$opts.updatedText;
4444
this.archiveText = this.$opts.archiveText;
4545

4646
// Editor reference and text options

0 commit comments

Comments
 (0)