Skip to content

Commit b366b32

Browse files
committed
fix
Signed-off-by: a1012112796 <[email protected]>
1 parent da19f04 commit b366b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/mailto_module.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<button class="ui small icon button" data-clipboard-target=".repo-mailto-url" data-tooltip-content="{{ctx.Locale.Tr "copy_url"}}">
99
{{svg "octicon-copy" 14}}
1010
</button>
11-
<a data-tooltip-content="{{repo.issues.mailto_modal.send_mail}}" class="ui small icon button send-mail-link" href="{{.MailToIssueLink}}">
11+
<a data-tooltip-content="{{ctx.Locale.Tr "repo.issues.mailto_modal.send_mail"}}" class="ui small icon button send-mail-link" href="{{.MailToIssueLink}}">
1212
{{svg "octicon-mail"}}
1313
</a>
1414
</div>

0 commit comments

Comments
 (0)