# HG changeset patch # User Marcin Kuzminski # Date 2020-06-09 14:18:37 # Node ID 48c9bc8defaafd03fdb2e74f0d2abc6d49be268b # Parent 2d4194c7671dde4f29e064702a62e1ce32e10ea9 pull-requests: added quotes for branch name in new changes detection. diff --git a/rhodecode/templates/pullrequests/pullrequest_show.mako b/rhodecode/templates/pullrequests/pullrequest_show.mako --- a/rhodecode/templates/pullrequests/pullrequest_show.mako +++ b/rhodecode/templates/pullrequests/pullrequest_show.mako @@ -476,7 +476,7 @@
% if c.pr_merge_source_commit.changed: - ${_('There are new changes for {}:{} in source repository, please consider updating this pull request.').format(c.pr_merge_source_commit.ref_spec.type, c.pr_merge_source_commit.ref_spec.name)} + ${_('There are new changes for `{}:{}` in source repository, please consider updating this pull request.').format(c.pr_merge_source_commit.ref_spec.type, c.pr_merge_source_commit.ref_spec.name)} % endif