diff options
author | qwerty287 <80460567+qwerty287@users.noreply.github.com> | 2021-09-15 06:58:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-15 00:58:44 -0400 |
commit | fc97e0626eafc5024c91d4f0ca96dbc81451897b (patch) | |
tree | e3210201b2f27076477911006ccfaa88a4d76401 /templates/repo | |
parent | 5a42e72c045f7fd55e52f93d1906f23eb656df80 (diff) | |
download | gitea-fc97e0626eafc5024c91d4f0ca96dbc81451897b.tar.gz gitea-fc97e0626eafc5024c91d4f0ca96dbc81451897b.zip |
Update template (#17043)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'templates/repo')
-rw-r--r-- | templates/repo/settings/webhook/wechatwork.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/webhook/wechatwork.tmpl b/templates/repo/settings/webhook/wechatwork.tmpl index 503fab205f..8c971dc4bb 100644 --- a/templates/repo/settings/webhook/wechatwork.tmpl +++ b/templates/repo/settings/webhook/wechatwork.tmpl @@ -1,5 +1,5 @@ {{if eq .HookType "wechatwork"}} - <p>{{.i18n.Tr "repo.settings.add_wechatwork_hook_desc" "https://work.weixin.qq.com" | Str2html}}</p> + <p>{{.i18n.Tr "repo.settings.add_Wechat_hook_desc" "https://work.weixin.qq.com" | Str2html}}</p> <form class="ui form" action="{{.BaseLink}}/wechatwork/{{or .Webhook.ID "new"}}" method="post"> {{.CsrfTokenHtml}} <div class="required field {{if .Err_PayloadURL}}error{{end}}"> |