+ )}
{data.isPreorder && (
- {intl.formatMessage({
- id: "REVk27",
- defaultMessage:
- "Set up an end date of preorder. When end date will be reached product will be automatically taken from preorder to standard selling",
- description: "info text",
- })}
+
{data.hasPreorderEndDate && (
@@ -519,22 +384,11 @@ const ProductStocks: React.FC = ({
}
>
{data.hasPreorderEndDate
- ? intl.formatMessage({
- id: "2qJc9y",
- defaultMessage: "CANCEL END DATE",
- })
- : intl.formatMessage({
- id: "7Ii5ZQ",
- defaultMessage: "SETUP END DATE",
- })}
+ ? intl.formatMessage(messages.endDateCancel)
+ : intl.formatMessage(messages.endDateSetup)}
- {intl.formatMessage({
- id: "Gz+4CI",
- defaultMessage:
- "Preordered products will be available in all warehouses. You can set a threshold for sold quantity. Leaving input blank will be interpreted as no limit to sale. Sold items will be allocated at the warehouse assigned to chosen shipping zone.",
- description: "info text",
- })}
+