From a454d7371cc43091565e2362203934c567c7064c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:39:17 +0100 Subject: [PATCH] Cards: Fix capitalization in titles (#31946) --- source/_dashboards/conditional.markdown | 2 +- source/_dashboards/entities.markdown | 2 +- source/_dashboards/gauge.markdown | 2 +- source/_dashboards/picture.markdown | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/_dashboards/conditional.markdown b/source/_dashboards/conditional.markdown index 9c4d23f1696..0e95d61af94 100644 --- a/source/_dashboards/conditional.markdown +++ b/source/_dashboards/conditional.markdown @@ -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. --- diff --git a/source/_dashboards/entities.markdown b/source/_dashboards/entities.markdown index 69f74e67c5a..d82ceb208cd 100644 --- a/source/_dashboards/entities.markdown +++ b/source/_dashboards/entities.markdown @@ -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." --- diff --git a/source/_dashboards/gauge.markdown b/source/_dashboards/gauge.markdown index 3a738f87fc8..8d8eff50b60 100644 --- a/source/_dashboards/gauge.markdown +++ b/source/_dashboards/gauge.markdown @@ -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." --- diff --git a/source/_dashboards/picture.markdown b/source/_dashboards/picture.markdown index 5a2fca27cc0..3e11c3bbb98 100644 --- a/source/_dashboards/picture.markdown +++ b/source/_dashboards/picture.markdown @@ -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." ---