live-comments: use show comment instead of refresh the page so

it better reflects the action we're doing.
This commit is contained in:
Marcin Kuzminski 2016-08-04 12:43:22 +02:00
parent 53a3fea761
commit 309ee712b2

View file

@ -264,7 +264,7 @@ class ChangesetCommentsModel(BaseModel):
'<strong>{}</strong></a>'
message = message.format(
user.username, _('made a comment'), msg_url,
_('Refresh page'))
_('Show it now'))
channel = '/repo${}$/pr/{}'.format(
repo_name,
pull_request_id