Skip to content

Commit 12d2d5a

Browse files
authored
Fix release typo (#18728)
1 parent e068899 commit 12d2d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/user/dashboard/feeds.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
{{$.i18n.Tr "action.comment_pull" ((printf "%s/pulls/%s" .GetRepoLink $index) |Escape) $index (.ShortRepoPath|Escape) | Str2html}}
7474
{{else if eq .GetOpType 24}}
7575
{{ $linkText := .Content | RenderEmoji }}
76-
{{$.i18n.Tr "action.publish_release" (.GetRepoLink|Escape) ((printf "%s/release/tag/%s" .GetRepoLink .GetTag)|Escape) (.ShortRepoPath|Escape) $linkText | Str2html}}
76+
{{$.i18n.Tr "action.publish_release" (.GetRepoLink|Escape) ((printf "%s/releases/tag/%s" .GetRepoLink .GetTag)|Escape) (.ShortRepoPath|Escape) $linkText | Str2html}}
7777
{{else if eq .GetOpType 25}}
7878
{{ $index := index .GetIssueInfos 0}}
7979
{{ $reviewer := index .GetIssueInfos 1}}

0 commit comments

Comments
 (0)