feat: rename app provider to application provider and update terminology in docs and UI
This commit is contained in:
@@ -129,8 +129,8 @@
|
||||
</td>
|
||||
<td>
|
||||
<div class="provider-name">
|
||||
{% if product_data.product.attributes.resource provider_email %}
|
||||
{{ product_data.product.attributes.resource provider_email.value | truncate(length=15) }}
|
||||
{% if product_data.product.attributes.resource_provider_email %}
|
||||
{{ product_data.product.attributes.resource_provider_email.value | truncate(length=15) }}
|
||||
{% else %}
|
||||
{% if product_data.product.provider %}{{ product_data.product.provider }}{% else %}Unknown{% endif %}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user