# HG changeset patch # User Marcin Kuzminski # Date 2019-08-27 19:01:50 # Node ID 16423b7ddc9541923a69c1549d9f404a3858e4d2 # Parent b2cba75b187a48e51181659e091d2bc71b17a665 pull-requests: small fix for title on creation page. diff --git a/rhodecode/templates/pullrequests/pullrequest.mako b/rhodecode/templates/pullrequests/pullrequest.mako --- a/rhodecode/templates/pullrequests/pullrequest.mako +++ b/rhodecode/templates/pullrequests/pullrequest.mako @@ -19,15 +19,13 @@
${h.secure_form(h.route_path('pullrequest_create', repo_name=c.repo_name, _query=request.GET.mixed()), id='pull_request_form', request=request)} - ${_('New pull request')} -
- ${_('Summary')} + ${_('New pull request')}