Fixed wrong translation (#107)

This commit is contained in:
Erik Michelson 2020-05-31 18:34:10 +02:00 committed by GitHub
parent 727beb69f9
commit b9d7880075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ export const VersionInfo: React.FC = () => {
return ( return (
<Fragment> <Fragment>
<Link to={'#'} className={'text-light'} onClick={handleShow}><Trans i18nKey={'versionInfo'}/></Link> <Link to={'#'} className={'text-light'} onClick={handleShow}><Trans i18nKey={'landing.versionInfo.versionInfo'}/></Link>
<Modal show={show} onHide={handleClose} animation={true}> <Modal show={show} onHide={handleClose} animation={true}>
<Modal.Body className="text-dark"> <Modal.Body className="text-dark">
<h3><Trans i18nKey={'landing.versionInfo.title'}/></h3> <h3><Trans i18nKey={'landing.versionInfo.title'}/></h3>