From 309ee712b28e8f0804837898ee495f1706ca2397 Mon Sep 17 00:00:00 2001 From: Marcin Kuzminski Date: Thu, 4 Aug 2016 12:43:22 +0200 Subject: [PATCH] live-comments: use show comment instead of refresh the page so it better reflects the action we're doing. --- rhodecode/model/comment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhodecode/model/comment.py b/rhodecode/model/comment.py index df09ac65..46aef653 100644 --- 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