
PullRequest: Fix review message
Some message keys are replaced unintentionally by mistake at 5016350de928be1f44b01d0be31b80c4c123db29
@58fe2b40a2669db5698142229dbaf6f24f0b093f
--- app/views/git/partial_pull_request_event.scala.html
+++ app/views/git/partial_pull_request_event.scala.html
... | ... | @@ -55,7 +55,7 @@ |
55 | 55 |
@if(event.newValue == PullRequestReviewAction.DONE.name) { |
56 | 56 |
<li class="event" id="comment-@event.id"> |
57 | 57 |
<span class="state changed">@Messages("pullRequest.review")</span> |
58 |
- @Html(Messages("notification.pullrequestHeader.reviewed",linkToUser(user.loginId, user.name))) |
|
58 |
+ @Html(Messages("notification.pullrequest.reviewed",linkToUser(user.loginId, user.name))) |
|
59 | 59 |
<span class="date"> |
60 | 60 |
<a href="#event-@event.id" title="@getDateString(event.getDate())">@agoOrDateString(event.getDate())</a> |
61 | 61 |
</span> |
... | ... | @@ -63,7 +63,7 @@ |
63 | 63 |
} else { |
64 | 64 |
<li class="event" id="comment-@event.id"> |
65 | 65 |
<span class="state changed">@Messages("pullRequest.unreview")</span> |
66 |
- @Html(Messages("notification.pullrequestHeader.unreviewed", linkToUser(user.loginId, user.name))) |
|
66 |
+ @Html(Messages("notification.pullrequest.unreviewed", linkToUser(user.loginId, user.name))) |
|
67 | 67 |
<span class="date"> |
68 | 68 |
<a href="#event-@event.id" title="@getDateString(event.getDate())">@agoOrDateString(event.getDate())</a> |
69 | 69 |
</span> |
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?