diff --git a/templates/recruitment/candidate_detail.html b/templates/recruitment/candidate_detail.html index f579c31..5d3630f 100644 --- a/templates/recruitment/candidate_detail.html +++ b/templates/recruitment/candidate_detail.html @@ -618,7 +618,7 @@ {# ACTIONS CARD #} -
+
{% trans "Management Actions" %}
-
-
{% trans "Time to Hire" %}
-
- {{candidate.time_to_hire|default:"50 days"}} -
+
+
{% trans "Time to Hire: " %}{{candidate.time_to_hire|default:100}} days
+
diff --git a/templates/recruitment/candidate_list.html b/templates/recruitment/candidate_list.html index 7b4f9df..654524f 100644 --- a/templates/recruitment/candidate_list.html +++ b/templates/recruitment/candidate_list.html @@ -298,7 +298,7 @@ - {% trans "AI Scoring..." %} + {% trans "AI Scoring..." %}
{% endif %}