mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
Fixed wrong translation (#107)
This commit is contained in:
parent
727beb69f9
commit
b9d7880075
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue