This commit is contained in:
stuzer05 2023-02-24 13:57:46 +02:00
parent e187364d7a
commit f33b0a0773
2 changed files with 2 additions and 2 deletions

View File

@ -1301,7 +1301,7 @@ issues.add_assignee_at = `was assigned by <b>%s</b> %s`
issues.remove_assignee_at = `was unassigned by <b>%s</b> %s`
issues.remove_self_assignment = `removed their assignment %s`
issues.change_title_at = `changed title from <b><strike>%s</strike></b> to <b>%s</b> %s`
issues.tracker_plan_time = `Planned time`
issues.tracker_estimate = `Time Estimate`
issues.change_plan_time_at = `changed planned time to <b>%d hour %d minutes</b> %s`
issues.remove_plan_time = `removed planned time %s`
issues.change_ref_at = `changed reference from <b><strike>%s</strike></b> to <b>%s</b> %s`

View File

@ -360,7 +360,7 @@
{{if and .CanUseTimetracker (not .Repository.IsArchived)}}
<div class="ui divider"></div>
<div>
<span class="text"><strong>{{.locale.Tr "repo.issues.tracker_plan_time"}}</strong></span>
<span class="text"><strong>{{.locale.Tr "repo.issues.tracker_estimate"}}</strong></span>
<form method="POST" id="set_plan_time_form" class="gt-mt-3" action="{{.Issue.Link}}/plan_time">
{{$.CsrfTokenHtml}}