diff --git a/kallithea/templates/changeset/changeset_file_comment.html b/kallithea/templates/changeset/changeset_file_comment.html --- a/kallithea/templates/changeset/changeset_file_comment.html +++ b/kallithea/templates/changeset/changeset_file_comment.html @@ -82,8 +82,8 @@ %if request.authuser.username != 'default': ${h.form('#', class_='inline-form')}
-
${_('Commenting on line.')} - ${_('Comments are in plain text. Use @username inside this text to notify another user.')|n} +
+ ${_('Comments are in plain text. Use @username to notify another user.')|n}
diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -63,7 +63,7 @@ ${self.repo_context_bar('showpullrequest %endif
- +
%if c.current_voting_result: @@ -193,7 +193,7 @@ ${self.repo_context_bar('showpullrequest
## REVIEWERS
-

${_('Pull Request Reviewers')}

+

${_('Reviewers')}

## members goes here !