Skip to content

Commit f9221c6

Browse files
committed
Update reply placeholder with updated comment's author.
1 parent 3df4ab5 commit f9221c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WordPress/Classes/ViewRelated/Comments/CommentDetailViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ class CommentDetailViewController: UIViewController {
264264
@objc func displayComment(_ comment: Comment, isLastInList: Bool) {
265265
self.comment = comment
266266
self.isLastInList = isLastInList
267+
replyTextView?.placeholder = String(format: .replyPlaceholderFormat, comment.authorForDisplay())
267268
refreshData()
268269
}
269270
}

0 commit comments

Comments
 (0)