diff --git a/rhodecode/templates/email_templates/pull_request.html b/rhodecode/templates/email_templates/pull_request.html --- a/rhodecode/templates/email_templates/pull_request.html +++ b/rhodecode/templates/email_templates/pull_request.html @@ -1,20 +1,18 @@ ## -*- coding: utf-8 -*- <%inherit file="main.html"/> -User ${pr_user_created} opened pull request for repository -${pr_repo_url} and wants you to review changes. - -
title: ${pr_title}
-
description:
+${_('User %s opened pull request for repository %s and wants you to review changes.') % ('%s' % pr_user_created,pr_repo_url)} +
${_('title')}: ${pr_title}
+
${_('description')}:

${body}

-
revisions for reviewing
+
${_('revisions for reviewing')}
-View this pull request here: ${pr_url} +${_('View this pull request here')}: ${pr_url}