Show More
@@ -264,7 +264,7 b' class ChangesetCommentsModel(BaseModel):' | |||||
264 | '<strong>{}</strong></a>' |
|
264 | '<strong>{}</strong></a>' | |
265 | message = message.format( |
|
265 | message = message.format( | |
266 | user.username, _('made a comment'), msg_url, |
|
266 | user.username, _('made a comment'), msg_url, | |
267 |
_(' |
|
267 | _('Show it now')) | |
268 | channel = '/repo${}$/pr/{}'.format( |
|
268 | channel = '/repo${}$/pr/{}'.format( | |
269 | repo_name, |
|
269 | repo_name, | |
270 | pull_request_id |
|
270 | pull_request_id |
General Comments 0
You need to be logged in to leave comments.
Login now