Skip to content

Commit

Permalink
Update discord domain (#13747)
Browse files Browse the repository at this point in the history
Update discord domain in webhook repository settings.
  • Loading branch information
hanahaneull authored Nov 29, 2020
1 parent c2ac1c7 commit e8a6c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/repo/settings/webhook/discord.tmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{if eq .HookType "discord"}}
<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>
<form class="ui form" action="{{.BaseLink}}/discord/{{or .Webhook.ID "new"}}" method="post">
{{.CsrfTokenHtml}}
<div class="required field {{if .Err_PayloadURL}}error{{end}}">
Expand Down

0 comments on commit e8a6c42

Please sign in to comment.