diff --git a/src/templates/settings/producttypes/_edit.twig b/src/templates/settings/producttypes/_edit.twig index 1aeb8dc038..681bcc130a 100644 --- a/src/templates/settings/producttypes/_edit.twig +++ b/src/templates/settings/producttypes/_edit.twig @@ -443,6 +443,7 @@ {% if not headlessMode %} {{ forms.editableTableField({ label: 'Preview Targets'|t('app'), + instructions: 'Locations that should be available for previewing products in this product type.'|t('commerce'), id: 'previewTargets', name: 'previewTargets', cols: { diff --git a/src/translations/en/commerce.php b/src/translations/en/commerce.php index cb0ec990d8..b1e21989ad 100644 --- a/src/translations/en/commerce.php +++ b/src/translations/en/commerce.php @@ -629,6 +629,7 @@ 'Link' => 'Link', 'Live' => 'Live', 'Location' => 'Location', + 'Locations that should be available for previewing products in this product type.' => 'Locations that should be available for previewing products in this product type.', 'MM' => 'MM', 'Make a payment' => 'Make a payment', 'Make this the primary store' => 'Make this the primary store',