Skip to content

Commit 0d089e9

Browse files
committed
To FR
1 parent 3ab80e8 commit 0d089e9

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

includes/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="content slim">
44
<div class="set">
55
<div class="fill">
6-
<a class="pseudoshop" href="/">PSEUDO<strong>SHOP</strong></a>
6+
<a class="pseudoshop" href="/">Bal<strong>Paypal</strong></a>
77
</div>
88

99
<div class="fit">

public_html/index.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
<div class="checkout container">
1111

1212
<header>
13-
<h1>Hi, <br>Let's test a transaction</h1>
13+
<h1>Bonjour</h1>
1414
<p>
15-
Make a test payment with Braintree using PayPal or a card
15+
Payer votre billet pour le bal avec paypal ou par carte bancaire
1616
</p>
1717
</header>
1818

1919
<form method="post" id="payment-form" action="<?php echo $baseUrl;?>checkout.php">
2020
<section>
2121
<label for="amount">
22-
<span class="input-label">Amount</span>
22+
<span class="input-label">Montant</span>
2323
<div class="input-wrapper amount-wrapper">
2424
<input id="amount" name="amount" type="tel" min="1" placeholder="Amount" value="10">
2525
</div>
@@ -31,7 +31,7 @@
3131
</section>
3232

3333
<input id="nonce" name="payment_method_nonce" type="hidden" />
34-
<button class="button" type="submit"><span>Test Transaction</span></button>
34+
<button class="button" type="submit"><span>Payer</span></button>
3535
</form>
3636
</div>
3737
</div>
@@ -44,6 +44,7 @@
4444
braintree.dropin.create({
4545
authorization: client_token,
4646
selector: '#bt-dropin',
47+
locale: 'fr_FR',
4748
paypal: {
4849
flow: 'vault'
4950
}

0 commit comments

Comments
 (0)