# HG changeset patch # User Marcin Kuzminski # Date 2016-08-04 10:43:22 # Node ID 86f5d1776584acb4a1a2c63823232d608be42d0b # Parent 4857982eb74588c4ed26b5e6fa5013c3552f2e9c live-comments: use show comment instead of refresh the page so it better reflects the action we're doing. diff --git a/rhodecode/model/comment.py b/rhodecode/model/comment.py --- a/rhodecode/model/comment.py +++ b/rhodecode/model/comment.py @@ -264,7 +264,7 @@ class ChangesetCommentsModel(BaseModel): '{}' message = message.format( user.username, _('made a comment'), msg_url, - _('Refresh page')) + _('Show it now')) channel = '/repo${}$/pr/{}'.format( repo_name, pull_request_id