diff --git a/client/overview/survey/emoticons.js b/client/overview/survey/emoticons.js index 88740d78662..0071bdf480d 100644 --- a/client/overview/survey/emoticons.js +++ b/client/overview/survey/emoticons.js @@ -2,6 +2,10 @@ * External dependencies */ import React from 'react'; + +/** + * Internal dependencies + */ import strings from './strings'; const Emoticons = ( props ) => { diff --git a/client/overview/survey/index.tsx b/client/overview/survey/index.tsx index 2cb61076a72..ae2a4942d5f 100644 --- a/client/overview/survey/index.tsx +++ b/client/overview/survey/index.tsx @@ -4,6 +4,7 @@ * External dependencies */ import React from 'react'; +import { HorizontalRule } from '@wordpress/primitives'; /** * Internal dependencies. @@ -18,7 +19,6 @@ import { import { __, sprintf } from '@wordpress/i18n'; import './style.scss'; import Emoticons from 'wcpay/overview/survey/emoticons'; -import { HorizontalRule } from '@wordpress/primitives'; import { useOverviewSurveyContext } from './context'; import { OverviewSurveyFields } from 'wcpay/overview/survey/types'; import close from 'wcpay/overview/survey/icons/close'; @@ -135,13 +135,9 @@ const Survey = () => { readOnly={ 'pending' === status } />

- { sprintf( - /* translators: %s: WooPayments */ - __( - 'Your feedback will be only be shared with WooCommerce and treated pursuant to our privacy policy.', - 'woocommerce-payments' - ), - 'WooPayments' + { __( + 'Your feedback will be only be shared with WooCommerce and treated pursuant to our privacy policy.', + 'woocommerce-payments' ) }