import React from 'react'; import { FilledButton } from '../../view/FilledButton'; import { i18nText } from '../../../i18nKeys'; export const FinishContent = ({ locale }: { locale: string }) => ( <>
A link to reset your password has been sent
to your email
{i18nText('enter', locale)} );