diff --git a/projects/js-packages/publicize-components/src/components/share-status/share-status-label.tsx b/projects/js-packages/publicize-components/src/components/share-status/share-status-label.tsx index baf534ceffc89..c01703bad43c6 100644 --- a/projects/js-packages/publicize-components/src/components/share-status/share-status-label.tsx +++ b/projects/js-packages/publicize-components/src/components/share-status/share-status-label.tsx @@ -1,5 +1,5 @@ import { IconTooltip, Text } from '@automattic/jetpack-components'; -import { __ } from '@wordpress/i18n'; +import { __, _x } from '@wordpress/i18n'; import { Icon, check } from '@wordpress/icons'; import clsx from 'clsx'; import React from 'react'; @@ -37,7 +37,9 @@ export function ShareStatusLabel( { status, message } ) { >