diff --git a/rhodecode/templates/email_templates/commit_comment.mako b/rhodecode/templates/email_templates/commit_comment.mako
--- a/rhodecode/templates/email_templates/commit_comment.mako
+++ b/rhodecode/templates/email_templates/commit_comment.mako
@@ -79,10 +79,10 @@ data = {
% endif
${_('Commit')} | ${h.show_id(commit)} |
- ${_('Description')} | ${h.urlify_commit_message(commit.message, repo_name)} |
+ ${_('Description')} | ${h.urlify_commit_message(commit.message, repo_name)} |
% if status_change:
${_('Status')} | ${_('The commit status was changed to')}: ${base.status_text(status_change, tag_type=status_change_type)} |
% endif
- ${(_('Comment on line: %(comment_line)s') if comment_file else _('Comment')) % data} | ${h.render(comment_body, renderer=renderer_type, mentions=True)} |
+ ${(_('Comment on line: %(comment_line)s') if comment_file else _('Comment')) % data} | ${h.render(comment_body, renderer=renderer_type, mentions=True)} |
diff --git a/rhodecode/templates/email_templates/pull_request_comment.mako b/rhodecode/templates/email_templates/pull_request_comment.mako
--- a/rhodecode/templates/email_templates/pull_request_comment.mako
+++ b/rhodecode/templates/email_templates/pull_request_comment.mako
@@ -94,5 +94,5 @@ data = {
% if status_change:
${_('Submitted status')} | ${base.status_text(status_change, tag_type=status_change_type)} |
% endif
- ${(_('Comment on line: %(comment_line)s') if comment_file else _('Comment')) % data} | ${h.render(comment_body, renderer=renderer_type, mentions=True)} |
+ ${(_('Comment on line: %(comment_line)s') if comment_file else _('Comment')) % data} | ${h.render(comment_body, renderer=renderer_type, mentions=True)} |