From 9376da77283f95243c29fc750c0ec05b13a0ef01 Mon Sep 17 00:00:00 2001 From: Luke Holder Date: Wed, 3 Dec 2025 13:17:56 +0800 Subject: [PATCH] Add missing translation for 4d241314c21345189e7e588c3a30b6d11bf99d53 --- src/templates/settings/producttypes/_edit.twig | 1 + src/translations/en/commerce.php | 1 + 2 files changed, 2 insertions(+) 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',