refac: i18n (#244)

This commit is contained in:
Patrick Thoelken
2025-01-16 16:10:00 +01:00
committed by GitHub
parent 430bfabfb4
commit 5073113568
20 changed files with 141 additions and 42 deletions

View File

@@ -31,7 +31,7 @@ export default function NoLivestreams() {
</SvgIcon>
</Title>
<Title fontWeight={'500'} fontSize={36} color={'gray'}>
No livestreams monitored
{i18n.t('livestreamNoMonitoring')}
</Title>
</FlexContainer>
)