diff options
author | zeripath <art27@cantab.net> | 2021-10-21 22:51:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-21 23:51:03 +0200 |
commit | 09938ccd99d8484c6cf624d7edd7809375964a8b (patch) | |
tree | 31ed2bded6c6cbfa31a1ee27feb3a57db02d7220 /templates/repo/projects | |
parent | a115309f4f2e3389d8d86aff8e827b59ebc090fa (diff) | |
download | gitea-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/projects')
-rw-r--r-- | templates/repo/projects/view.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/repo/projects/view.tmpl b/templates/repo/projects/view.tmpl index d4a2eaa4c3..d97a0f5942 100644 --- a/templates/repo/projects/view.tmpl +++ b/templates/repo/projects/view.tmpl @@ -23,7 +23,7 @@ </div> <div class="field color-field"> - <label for="new_board_color">{{$.i18n.Tr "color"}}</label> + <label for="new_board_color">{{$.i18n.Tr "repo.projects.board.color"}}</label> <div class="color picker column"> <input class="color-picker" maxlength="7" placeholder="#c320f6" id="new_board_color_picker" name="color"> <div class="column precolors"> @@ -116,7 +116,7 @@ </div> <div class="field color-field"> - <label for="new_board_color">{{$.i18n.Tr "color"}}</label> + <label for="new_board_color">{{$.i18n.Tr "repo.projects.board.color"}}</label> <div class="color picker column"> <input class="color-picker" maxlength="7" placeholder="#c320f6" id="new_board_color" name="color" value="{{.Color}}"> <div class="column precolors"> |