feat: rename app provider to application provider and update terminology in docs and UI

This commit is contained in:
mik-tf
2025-09-07 10:31:42 -04:00
parent 988d07a10d
commit 2ddd538941
11 changed files with 45 additions and 45 deletions

View File

@@ -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 %}