Browse Source

Update discord domain (#13747)

Update discord domain in webhook repository settings.
tags/v1.15.0-dev
hana GitHub 4 years ago
parent
commit
55d187ccd0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/repo/settings/webhook/discord.tmpl

+ 1
- 1
templates/repo/settings/webhook/discord.tmpl View File

@@ -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}}">


Loading…
Cancel
Save