Translate dialog
This commit is contained in:
parent
f57c436d39
commit
a8d23327d1
6 changed files with 109 additions and 5 deletions
|
|
@ -224,11 +224,11 @@ const Home = ({ offline }) => {
|
|||
<h2>{t('home:about.name')}</h2>
|
||||
<Stats>
|
||||
<Stat>
|
||||
<StatNumber>{stats.eventCount ?? '600+'}</StatNumber>
|
||||
<StatNumber>{stats.eventCount ?? '700+'}</StatNumber>
|
||||
<StatLabel>{t('home:about.events')}</StatLabel>
|
||||
</Stat>
|
||||
<Stat>
|
||||
<StatNumber>{stats.personCount ?? '1500+'}</StatNumber>
|
||||
<StatNumber>{stats.personCount ?? '1600+'}</StatNumber>
|
||||
<StatLabel>{t('home:about.availabilities')}</StatLabel>
|
||||
</Stat>
|
||||
</Stats>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue