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