Skip to content

Commit c7e4731

Browse files
authored
Set label in project header to "Project lead:" instead of only "Lead:" (#4570)
When a project exist the project header is used for submission detail view as well. This spells out that what you see in the header is the project lead, not the submission lead.
1 parent e295642 commit c7e4731

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hypha/apply/projects/templates/application_projects/partials/project_lead.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
hx-get="{% url 'apply:projects:lead_update' object.submission.id %}"
77
hx-target="#htmx-modal"
88
>
9-
<u>{% trans "Lead" %}: {{ object.lead }}</u>
9+
<u>{% trans "Project lead" %}: {{ object.lead }}</u>
1010
{% heroicon_micro "pencil-square" class="inline ms-1" aria_hidden=true %}
1111
</a>
1212
{% else %}
13-
<span>{% trans "Lead" %}: {{ object.lead }}</span>
13+
<span>{% trans "Project lead" %}: {{ object.lead }}</span>
1414
{% endif %}

0 commit comments

Comments
 (0)