We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da19f04 commit b366b32Copy full SHA for b366b32
templates/repo/issue/mailto_module.tmpl
@@ -8,7 +8,7 @@
8
<button class="ui small icon button" data-clipboard-target=".repo-mailto-url" data-tooltip-content="{{ctx.Locale.Tr "copy_url"}}">
9
{{svg "octicon-copy" 14}}
10
</button>
11
- <a data-tooltip-content="{{repo.issues.mailto_modal.send_mail}}" class="ui small icon button send-mail-link" href="{{.MailToIssueLink}}">
+ <a data-tooltip-content="{{ctx.Locale.Tr "repo.issues.mailto_modal.send_mail"}}" class="ui small icon button send-mail-link" href="{{.MailToIssueLink}}">
12
{{svg "octicon-mail"}}
13
</a>
14
</div>
0 commit comments