live-comments: use show comment instead of refresh the page so
it better reflects the action we're doing.
This commit is contained in:
parent
53a3fea761
commit
309ee712b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue