]> source.dussan.org Git - gitea.git/commitdiff
Update discord domain (#13747)
authorhana <48522963+hanahaneull@users.noreply.github.com>
Sun, 29 Nov 2020 17:33:33 +0000 (00:33 +0700)
committerGitHub <noreply@github.com>
Sun, 29 Nov 2020 17:33:33 +0000 (18:33 +0100)
Update discord domain in webhook repository settings.

templates/repo/settings/webhook/discord.tmpl

index 01f6f08f69161a9387adbaf2dbd806525ca626d5..fc1582df5a7f6e410fa62287e7a1499c60bfb921 100644 (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}}">