{t( 'Sorry, but this organization is currently in progress of being deleted. No turning back.' )}
); } type RestoreFormProps = { endpoint: string; organization: Organization; }; function RestoreForm({endpoint, organization}: RestoreFormProps) { return ({tct('The [name] organization is currently scheduled for deletion.', { name: {organization.slug}, })}
{t( 'Would you like to cancel this process and restore the organization back to the original state?' )}
{t( 'Note: Restoration is available until deletion has started. Once it begins, there is no recovering the data that has been removed.' )}