summaryrefslogtreecommitdiffstats
path: root/templates/repo/settings
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2021-10-21 22:51:03 +0100
committerGitHub <noreply@github.com>2021-10-21 23:51:03 +0200
commit09938ccd99d8484c6cf624d7edd7809375964a8b (patch)
tree31ed2bded6c6cbfa31a1ee27feb3a57db02d7220 /templates/repo/settings
parenta115309f4f2e3389d8d86aff8e827b59ebc090fa (diff)
downloadgitea-09938ccd99d8484c6cf624d7edd7809375964a8b.tar.gz
gitea-09938ccd99d8484c6cf624d7edd7809375964a8b.zip
Re-separate the color translation strings (#17390)
Fix #17384 Signed-off-by: Andrew Thornton <art27@cantab.net>
Diffstat (limited to 'templates/repo/settings')
-rw-r--r--templates/repo/settings/webhook/slack.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/webhook/slack.tmpl b/templates/repo/settings/webhook/slack.tmpl
index 12e112acca..d7b6eebf3b 100644
--- a/templates/repo/settings/webhook/slack.tmpl
+++ b/templates/repo/settings/webhook/slack.tmpl
@@ -20,7 +20,7 @@
<input id="icon_url" name="icon_url" value="{{.SlackHook.IconURL}}" placeholder="e.g. https://example.com/img/favicon.png">
</div>
<div class="field">
- <label for="color">{{.i18n.Tr "color"}}</label>
+ <label for="color">{{.i18n.Tr "repo.settings.slack_color"}}</label>
<input id="color" name="color" value="{{.SlackHook.Color}}" placeholder="e.g. #dd4b39, good, warning, danger">
</div>
{{template "repo/settings/webhook/settings" .}}