Logout typo
This commit is contained in:
parent
966b2d56b9
commit
b6963ff290
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ class Logout extends React.Component {
|
||||||
return (
|
return (
|
||||||
<div className="Logout">
|
<div className="Logout">
|
||||||
<Helmet>
|
<Helmet>
|
||||||
<title>{this.props.t('AppName')}: {this.props.t('Logout')}</title>
|
<title>{this.props.t('AppName')}: {this.props.t('Cerrar sesión')}</title>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<h1><Trans parent="span">Gracias por Participar</Trans></h1>
|
<h1><Trans parent="span">Gracias por Participar</Trans></h1>
|
||||||
<p><Trans parent="span">También puedes seguirnos en la web</Trans></p>
|
<p><Trans parent="span">También puedes seguirnos en la web</Trans></p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue