Skip to content

Commit b8e7a08

Browse files
committed
feat: Change 'Reply' to 'Comment in Thread'
1 parent 4c739ef commit b8e7a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/media.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ block content
773773
a(href=`/user/${comment.commenter.channelUrl}` style="color:#d2d2d2;margin-right:5px;") #{comment.commenter.channelName || comment.commenter.channelUrl}
774774
p.fw(style="display:inline-block;") - #{comment.timeAgo} &nbsp
775775
if user && !viewingUserIsBlocked
776-
a.reply-link(style="cursor:pointer") Reply
776+
a.reply-link(style="cursor:pointer") Comment in Thread
777777
// delete button
778778
// if uploader or admin or commenter, let them delete comment
779779
if isUploaderOrAdmin || ( user && comment.commenter._id == user._id )

0 commit comments

Comments
 (0)