import {__} from '@wordpress/i18n'; /** * @since 4.3.0 Add proper roles and ARIA attributes */ export default function FormError({error}: {error: string}) { return (

{__('The following error occurred when submitting the form:', 'give')}

); }