Cards: Fix capitalization in titles (#31946)

This commit is contained in:
c0ffeeca7 2024-03-19 14:39:17 +01:00 committed by GitHub
parent d9b9b1ec22
commit a454d7371c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
---
type: card
title: Conditional Card
title: Conditional card
sidebar_label: Conditional
description: The Conditional card displays another card based on conditions.
---

View File

@ -1,6 +1,6 @@
---
type: card
title: "Entities Card"
title: "Entities card"
sidebar_label: Entities
description: "The entities card is the most common type of card. It groups items together into lists."
---

View File

@ -1,6 +1,6 @@
---
type: card
title: "Gauge Card"
title: "Gauge card"
sidebar_label: Gauge
description: "The gauge card is a basic card that allows visually seeing sensor data."
---

View File

@ -1,6 +1,6 @@
---
type: card
title: "Picture Card"
title: "Picture card"
sidebar_label: Picture
description: "The picture card allows you to set an image to use for navigation to various paths in your interface or to call a service."
---