From e20cc0d660f72c12befbfcbe90eef2aa39655c48 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Wed, 10 Jul 2024 13:51:52 +0900 Subject: [PATCH] Examples: adjust heading levels in Checkout example (#40619) --- site/content/docs/5.3/examples/checkout-rtl/index.html | 2 +- site/content/docs/5.3/examples/checkout/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.3/examples/checkout-rtl/index.html b/site/content/docs/5.3/examples/checkout-rtl/index.html index 6ec0889e33..87f621e14e 100644 --- a/site/content/docs/5.3/examples/checkout-rtl/index.html +++ b/site/content/docs/5.3/examples/checkout-rtl/index.html @@ -14,7 +14,7 @@ body_class: "bg-body-tertiary"
-

نموذج إتمام الشراء

+

نموذج إتمام الشراء

فيما يلي مثال على نموذج تم إنشاؤه بالكامل باستخدام عناصر تحكم النموذج في Bootstrap. لكل مجموعة نماذج مطلوبة حالة تحقق يمكن تشغيلها بمحاولة إرسال النموذج دون استكماله.

diff --git a/site/content/docs/5.3/examples/checkout/index.html b/site/content/docs/5.3/examples/checkout/index.html index a6ecd813eb..8fe01f02ec 100644 --- a/site/content/docs/5.3/examples/checkout/index.html +++ b/site/content/docs/5.3/examples/checkout/index.html @@ -13,7 +13,7 @@ body_class: "bg-body-tertiary"
-

Checkout form

+

Checkout form

Below is an example form built entirely with Bootstrap’s form controls. Each required form group has a validation state that can be triggered by attempting to submit the form without completing it.