This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-27 22:51:49 +04:00
parent 7bcfc71767
commit 47473e7967
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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'>koneksyon</DialogTitle> <DialogTitle style={{textAlign: 'center'}} id='alet-dialog'>connexion</DialogTitle>
<DialogContent> <DialogContent>
<Typography id='alet-deskripsyon'> <Typography id='alet-deskripsyon'>
Souhaitez-vous vraiement vous déconnecter ? Souhaitez-vous vraiement vous déconnecter ?
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>
) )
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>