Skip to content

Commit

Permalink
docs(examples): RTL improvement for checkout
Browse files Browse the repository at this point in the history
Closes #33170
  • Loading branch information
ffoodd committed Feb 22, 2021
1 parent 6f7fd22 commit 13fc7d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/content/docs/5.0/examples/checkout-rtl/index.html
Expand Up @@ -90,14 +90,14 @@ <h4 class="mb-3">عنوان وصول الفواتير</h4>
<div class="input-group has-validation">
<span class="input-group-text">@</span>
<input type="text" class="form-control" id="username" placeholder="اسم المستخدم" required>
<div class="invalid-feedback">
اسم المستخدم الخاص بك مطلوب.
<div class="invalid-feedback">
اسم المستخدم الخاص بك مطلوب.
</div>
</div>
</div>

<div class="col-12">
<label for="email" class="form-label"><span class="text-muted">(اختياري)</span>البريد الإلكتروني </label>
<label for="email" class="form-label">البريد الإلكتروني <span class="text-muted">(اختياري)</span></label>
<input type="email" class="form-control" id="email" placeholder="you@example.com">
<div class="invalid-feedback">
يرجى إدخال عنوان بريد إلكتروني صالح لتحديثات الشحن.
Expand All @@ -113,7 +113,7 @@ <h4 class="mb-3">عنوان وصول الفواتير</h4>
</div>

<div class="col-12">
<label for="address2" class="form-label"><span class="text-muted">(اختياري)</span>عنوان 2 </label>
<label for="address2" class="form-label">عنوان 2 <span class="text-muted">(اختياري)</span></label>
<input type="text" class="form-control" id="address2" placeholder="Apartment or suite">
</div>

Expand Down

0 comments on commit 13fc7d8

Please sign in to comment.