Skip to content

Commit e8a6c42

Browse files
authored
Update discord domain (#13747)
Update discord domain in webhook repository settings.
1 parent c2ac1c7 commit e8a6c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/settings/webhook/discord.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{{if eq .HookType "discord"}}
2-
<p>{{.i18n.Tr "repo.settings.add_discord_hook_desc" "https://discordapp.com" | Str2html}}</p>
2+
<p>{{.i18n.Tr "repo.settings.add_discord_hook_desc" "https://discord.com" | Str2html}}</p>
33
<form class="ui form" action="{{.BaseLink}}/discord/{{or .Webhook.ID "new"}}" method="post">
44
{{.CsrfTokenHtml}}
55
<div class="required field {{if .Err_PayloadURL}}error{{end}}">

0 commit comments

Comments
 (0)