import React from 'react'; import {__} from "@wordpress/i18n"; const DisplayShopLabelNotice = () => { return ( {__('Shop page display is off', 'product-condition-manager-for-woocommerce')}. {__('Click to enable it', 'product-condition-manager-for-woocommerce')}. ); }; export default DisplayShopLabelNotice;