Fix typo
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ export default function Alet({esOuve, meteEsOuve, handleKonfime}) {
|
||||
aria-describedby='alet-deskripsyon'
|
||||
onClose={handleFemen}
|
||||
>
|
||||
<DialogTitle style={{textAlign: 'center'}} id='alet-dialog'>Dékoneksyon</DialogTitle>
|
||||
<DialogTitle style={{textAlign: 'center'}} id='alet-dialog'>Déconnexion</DialogTitle>
|
||||
<DialogContent>
|
||||
<Typography id='alet-deskripsyon'>
|
||||
Souhaitez-vous vraiement vous déconnecter ?
|
||||
|
||||
@@ -163,7 +163,7 @@ function Koneksyon({detay, tit, soutit, titGwose, chimen}) {
|
||||
onClick={handleClick}
|
||||
>
|
||||
<Typography style={{fontWeight: 'bold'}}>
|
||||
Koneksyon
|
||||
Connexion
|
||||
</Typography>
|
||||
</Button>
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@ export default function LoginProvider({id, title, icon, callbackUrl}) {
|
||||
startIcon={icon}
|
||||
onClick={hanleClick}
|
||||
>
|
||||
{title} koneksyon
|
||||
{title} connexion
|
||||
</Button>
|
||||
</Link>
|
||||
)
|
||||
|
||||
@@ -180,7 +180,7 @@ export default function TeksDrawer({teks, anTeks, komante}) {
|
||||
</>
|
||||
) : (
|
||||
<Typography noWrap variant='h6'>
|
||||
Dernières publications
|
||||
Derniers textes
|
||||
</Typography>
|
||||
)}
|
||||
</Toolbar>
|
||||
|
||||
@@ -72,7 +72,7 @@ export default function TeksKat({teks}) {
|
||||
{lanne}
|
||||
</Typography>
|
||||
<Typography align='center' style={{marginTop: '0.5em'}} variant='body1' color='textSecondary' component='p'>
|
||||
Piblikasyon : {datPiblikasyon}
|
||||
Publié le : {datPiblikasyon}
|
||||
</Typography>
|
||||
</CardContent>
|
||||
</CardActionArea>
|
||||
|
||||
Reference in New Issue
Block a user