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