Fix typos

This commit is contained in:
2022-07-18 01:20:42 +04:00
parent 117e81b5cb
commit 673b956fc9
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ export default function CheckoutForm({prices, validMontant, setError, isLoading,
<PaymentElement id='payment-element' onReady={handleReady} /> <PaymentElement id='payment-element' onReady={handleReady} />
{!isLoading && ( {!isLoading && (
<Button fullWidth sx={{marginTop: 2}} variant='outlined' disabled={isPaymentLoading || !stripe || !elements} id='submit' onClick={handleSubmit}> <Button fullWidth sx={{marginTop: 2}} variant='outlined' disabled={isPaymentLoading || !stripe || !elements} id='submit' onClick={handleSubmit}>
Valider le paiement de&nbsp;<strong>{amount / 100} euros</strong> Valider le don de&nbsp;<strong>{amount / 100} euros</strong>
</Button> </Button>
)} )}
{isPaymentLoading && ( {isPaymentLoading && (
+5 -5
View File
@@ -15,16 +15,16 @@ export default function Presantasyon() {
<Paper sx={{padding: 1, textAlign: 'justify'}}> <Paper sx={{padding: 1, textAlign: 'justify'}}>
<Typography paragraph variant='subtitle1' component='div'> <Typography paragraph variant='subtitle1' component='div'>
Tous les services que nous proposons sont <strong>gratuits</strong> et ne contiennent <strong>aucune publicité</strong>. Les réseaux que nous utilisons sont hébergés sur <strong>nos serveurs</strong>. <br /> Tous les services que nous proposons sont <strong>gratuits</strong> et ne contiennent <strong>aucune publicité</strong>. Les réseaux que nous utilisons sont hébergés sur <strong>nos serveurs</strong>. <br />
Tout ceci est possible grâce aux <strong>dons</strong> et aux <strong>adhésions</strong> Tout ceci est possible grâce aux <strong>dons</strong>
</Typography> </Typography>
<Typography paragraph variant='subtitle1' component='div'> <Typography paragraph variant='subtitle1' component='div'>
<strong>Toute contribution, aussi modeste soit-elle, nous permet daugmenter nos capacités</strong>. <strong>Toute contribution, aussi modeste soit-elle, nous permet daugmenter nos capacités</strong>.
</Typography> </Typography>
<Typography paragraph variant='subtitle1' component='div'> <Typography paragraph variant='subtitle1' component='div'>
Concernant les dons, ils peuvent s&apos;effectuer via <Link underline='hover' href='https://www.paypal.com/donate/?hosted_button_id=5Q3KPR79CAZVW' target='_blank' rel='noreferrer'><strong>PayPal</strong></Link>, <Link underline='hover' href='https://liberapay.com/OKi/donate' target='_blank' rel='noreferrer'><strong>Liberapay</strong></Link> ou directement sur notre site par carte bancaire. Pour ce dernier, nous utilisons <Link underline='hover' href='https://stripe.com/fr/about' target='_blank' rel='noreferrer'><strong>Stripe</strong></Link> (une plateforme de paiement 100% sécurisée). Concernant les dons, ils peuvent s&apos;effectuer via <Link underline='hover' href='https://liberapay.com/OKi/donate' target='_blank' rel='noreferrer'><strong>Liberapay</strong></Link>, <Link underline='hover' href='https://www.paypal.com/donate/?hosted_button_id=5Q3KPR79CAZVW' target='_blank' rel='noreferrer'><strong>PayPal</strong></Link> ou directement sur notre site par carte bancaire. Pour ce dernier, nous utilisons <Link underline='hover' href='https://stripe.com/fr/about' target='_blank' rel='noreferrer'><strong>Stripe</strong></Link> (une plateforme de paiement 100% sécurisée).
</Typography> </Typography>
<Typography paragraph variant='subtitle1' component='div'> <Typography paragraph variant='subtitle1' component='div'>
Vous pouvez adhérer à notre association en passant par le site <Link underline='hover' href='https://www.helloasso.com/associations/organisation-ka-internationale/adhesions/adhesion-oki' target='_blank' rel='noreferrer'><strong>Helloasso</strong></Link>. Vous pouvez adhérer à notre association en vous rendant sur <Link underline='hover' href='https://asso.oki.re/public/members/new.php' target='_blank' rel='noreferrer'><strong>asso.oki.re</strong></Link>.
</Typography> </Typography>
<Typography paragraph variant='subtitle1' component='div'> <Typography paragraph variant='subtitle1' component='div'>
Veuillez prendre connaissance des <Link underline='hover' href='#' onClick={() => setOpen(true)}><strong>CGU et de la politique de confidentialité</strong></Link> au chapitre 9 &quot;Les dons&quot;. <Link underline='hover' href={CGU_PDF_LINK}><small>Cliquez ici pour la version pdf</small></Link>. Veuillez prendre connaissance des <Link underline='hover' href='#' onClick={() => setOpen(true)}><strong>CGU et de la politique de confidentialité</strong></Link> au chapitre 9 &quot;Les dons&quot;. <Link underline='hover' href={CGU_PDF_LINK}><small>Cliquez ici pour la version pdf</small></Link>.
@@ -38,7 +38,7 @@ export default function Presantasyon() {
<ArrowRightAltIcon /> <ArrowRightAltIcon />
</ListItemIcon> </ListItemIcon>
<ListItemText> <ListItemText>
partager nos contenus sur vos réseaux (Telegram, Twitter etc...) partager nos contenus sur vos réseaux (Facebook, Twitter, Telegram etc)
</ListItemText> </ListItemText>
</ListItem> </ListItem>
<ListItem> <ListItem>
@@ -46,7 +46,7 @@ export default function Presantasyon() {
<ArrowRightAltIcon /> <ArrowRightAltIcon />
</ListItemIcon> </ListItemIcon>
<ListItemText> <ListItemText>
utiliser nos plateformes (<Link underline='hover' href='https://pale.o-k-i.net/timeline/local' target='_blank' rel='noreferrer'><strong>Palé</strong></Link>, <Link underline='hover' href='https://gade.o-k-i.net' target='_blank' rel='noreferrer'><strong>Gadé</strong></Link>, <Link underline='hover' href='https://mobilize.o-k-i.net' target='_blank' rel='noreferrer'><strong>Mobilizé</strong></Link> et <Link underline='hover' href='https://mizik.o-k-i.net' target='_blank' rel='noreferrer'><strong>Mizik</strong></Link>) en plus de vos réseaux habituels utiliser nos plateformes en plus de vos réseaux habituels (nos réseaux sont listés sur <Link underline='hover' href='https://o-k-i.net' target='_blank' rel='noreferrer'><strong>o-k-i.net</strong></Link>)
</ListItemText> </ListItemText>
</ListItem> </ListItem>
<ListItem> <ListItem>
+1 -1
View File
@@ -38,7 +38,7 @@ export default function StripeDialog({
onClose={handleClose} onClose={handleClose}
> >
<DialogTitle textAlign='center' id='card-payment'> <DialogTitle textAlign='center' id='card-payment'>
{'Paiement par carte bancaire'} {'Don par carte bancaire'}
</DialogTitle> </DialogTitle>
<DialogContent> <DialogContent>
<StripePayment <StripePayment