[Notice] Announcing the End of Demo Server [Read me]

Unvote comment has specified message
@0c3c740f3634beead0d4bfcc0c5fc9b9bf81d98a
--- app/views/issue/partial_comments.scala.html
+++ app/views/issue/partial_comments.scala.html
... | ... | @@ -115,7 +115,7 @@ |
115 | 115 |
} |
116 | 116 |
|
117 | 117 |
@if(issueComment.voters.contains(UserApp.currentUser())) { |
118 |
- <button type="button" class="btn-transparent-with-fontsize-lineheight" title="@Messages("common.comment.vote")" data-request-type="comment-vote" data-request-uri="@routes.VoteApp.unvoteComment(project.owner, project.name, issue.getNumber, comment.id)"> |
|
118 |
+ <button type="button" class="btn-transparent-with-fontsize-lineheight" title="@Messages("common.comment.unvote")" data-request-type="comment-vote" data-request-uri="@routes.VoteApp.unvoteComment(project.owner, project.name, issue.getNumber, comment.id)"> |
|
119 | 119 |
<i class="yobicon-hearts vote-heart-on"></i> |
120 | 120 |
</button> |
121 | 121 |
} else { |
--- conf/messages
+++ conf/messages
... | ... | @@ -141,6 +141,7 @@ |
141 | 141 |
common.comment.delete = Delete comment |
142 | 142 |
common.comment.delete.confirm = Once you delete this comment, you won''t be able to recover it. Are you sure you want to delete this comment? |
143 | 143 |
common.comment.edit = Edit comment |
144 |
+common.comment.unvote = Withdraw |
|
144 | 145 |
common.comment.vote = Agree |
145 | 146 |
common.comment.vote.agreement = {0} Agreement |
146 | 147 |
common.comment.vote.agreements = {0} Agreements |
--- conf/messages.ko
+++ conf/messages.ko
... | ... | @@ -141,6 +141,7 @@ |
141 | 141 |
common.comment.delete = 댓글 삭제 |
142 | 142 |
common.comment.delete.confirm = 해당 댓글이 삭제되면 영원히 복구할 수 없습니다. 그래도 삭제하시겠습니까? |
143 | 143 |
common.comment.edit = 댓글 수정 |
144 |
+common.comment.unvote = 공감 취소 |
|
144 | 145 |
common.comment.vote = 공감 |
145 | 146 |
common.comment.vote.agreement = {0} 공감 |
146 | 147 |
common.comment.vote.agreements = {0} 공감 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?