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 c2ac1c7 commit e8a6c42Copy full SHA for e8a6c42
templates/repo/settings/webhook/discord.tmpl
@@ -1,5 +1,5 @@
1
{{if eq .HookType "discord"}}
2
- <p>{{.i18n.Tr "repo.settings.add_discord_hook_desc" "https://discordapp.com" | Str2html}}</p>
+ <p>{{.i18n.Tr "repo.settings.add_discord_hook_desc" "https://discord.com" | Str2html}}</p>
3
<form class="ui form" action="{{.BaseLink}}/discord/{{or .Webhook.ID "new"}}" method="post">
4
{{.CsrfTokenHtml}}
5
<div class="required field {{if .Err_PayloadURL}}error{{end}}">
0 commit comments