import { __ } from '@wordpress/i18n'; export const Generic = ({ inputs, onConfirm, onCancel }) => { const run = () => onConfirm?.({ data: inputs ?? {} }); return (
{ // translators: confirm prompt before the agent performs a WordPress task it picked. __('Run this action?', 'extendify-local') }