Skip to content

Commit c01368b

Browse files
Update checkout.ejs
1 parent e458d8e commit c01368b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

views/shop/checkout.ejs

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@
1818
<div class="row">
1919
<div class="col-md-12">
2020
<div class="form-group">
21-
<label for="card-name">Card Holder Name</label>
21+
<label for="card-name">Tên chủ thẻ</label>
2222
<input type="text" id="card-name" class="form-control" required />
2323
</div>
2424
</div>
2525
<div class="col-md-12">
2626
<div class="form-group">
27-
<label for="address">Address</label>
27+
<label for="address">Địa chỉ nhận hàng</label>
2828
<input
2929
type="text"
3030
id="address"
@@ -35,7 +35,7 @@
3535
</div>
3636
</div>
3737
<div class="col-md-12">
38-
<label for="card-element">Card Information</label>
38+
<label for="card-element">Thông tin thẻ</label>
3939
<!-- A Stripe Element will be inserted here. -->
4040
<div id="card-element" class="StripeElement"></div>
4141
<!-- Used to display form errors. -->
@@ -44,7 +44,7 @@
4444
<input type="hidden" name="_csrf" value="<%= csrfToken %>" />
4545
</div>
4646
<button id="submit-btn" type="submit" class="btn btn-dark button-style">
47-
Buy now
47+
Mua ngay
4848
</button>
4949
</form>
5050
</div>

0 commit comments

Comments
 (0)