Skip to content

Commit 7825c53

Browse files
authored
fix(ui): Increase readability in "Members" list (#11840)
1 parent 87c9359 commit 7825c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dojo/templates/dojo/view_product_details.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h4 class="pull-left">{% trans "Members" %}</h4>
344344
<td>{{ member.user.get_full_name }}</td>
345345
<td>
346346
<a class="" href="{% url 'view_product_type' member.product_type.id %}">
347-
{{ member.product_type }}
347+
Product type: {{ member.product_type }}
348348
</a>
349349
</td>
350350
<td>{{ member.role }}</td>

0 commit comments

Comments
 (0)