import React, { FC } from 'react' import journey from '../../assets/img/illustration-journey.png' import { useI18n } from '@wordpress/react-i18n' // @ts-expect-error 7016 import { getAdminLink } from '@woocommerce/settings' const Guide: FC = () => { const { __ } = useI18n() return (
{__('Set up your webshop in', 'posten-bring-checkout')}{' '} {__("Mybring's Checkout area", 'posten-bring-checkout')} {' '} {__('as an admin user', 'posten-bring-checkout')}
{__('You need', 'posten-bring-checkout')}{' '} {__('admin access', 'posten-bring-checkout')}
{__('Activate Posten Bring Checkout', 'posten-bring-checkout')}{' '}
{__('Add your Mybring API key in the ', 'posten-bring-checkout')} {__('WooCommerce settings', 'posten-bring-checkout')}
{__('Your checkout is ready!', 'posten-bring-checkout')}{' '}