diff options
author | hana <48522963+hanahaneull@users.noreply.github.com> | 2020-11-30 00:33:33 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-29 18:33:33 +0100 |
commit | e8a6c425ecc649ba60885a49729d0fba9bba5e3e (patch) | |
tree | be780eaf1c39da12a402f8a1c29bb5e01865fadb /templates/repo | |
parent | c2ac1c73f26d6f932b05052ae89bea89aed48d32 (diff) | |
download | gitea-e8a6c425ecc649ba60885a49729d0fba9bba5e3e.tar.gz gitea-e8a6c425ecc649ba60885a49729d0fba9bba5e3e.zip |
Update discord domain (#13747)
Update discord domain in webhook repository settings.
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/settings/webhook/discord.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/webhook/discord.tmpl b/templates/repo/settings/webhook/discord.tmpl index 01f6f08f69..fc1582df5a 100644 --- a/templates/repo/settings/webhook/discord.tmpl +++ b/templates/repo/settings/webhook/discord.tmpl @@ -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}}"> |