From 7d60cce7691b2420a3cda6bddd4d073cf6b25640 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henning=20H=C3=A4cker?= Date: Thu, 17 Feb 2022 21:18:13 +0100 Subject: [PATCH] fix typo --- modules/webapp/src/main/elm/Messages/Page/Dashboard.elm | 4 ++-- website/site/content/docs/webapp/dashboards.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/webapp/src/main/elm/Messages/Page/Dashboard.elm b/modules/webapp/src/main/elm/Messages/Page/Dashboard.elm index c991382c..5b35714f 100644 --- a/modules/webapp/src/main/elm/Messages/Page/Dashboard.elm +++ b/modules/webapp/src/main/elm/Messages/Page/Dashboard.elm @@ -74,7 +74,7 @@ gb = , defaultDashboard = Messages.Page.DefaultDashboard.gb , accountScope = Messages.Data.AccountScope.gb , manage = "Manage" - , dashboardLink = "Dasbhoard" + , dashboardLink = "Dashboard" , bookmarks = "Bookmarks" , misc = "Misc" , settings = "Settings" @@ -105,7 +105,7 @@ de = , defaultDashboard = Messages.Page.DefaultDashboard.de , accountScope = Messages.Data.AccountScope.de , manage = "Verwalten" - , dashboardLink = "Dasbhoard" + , dashboardLink = "Dashboard" , bookmarks = "Bookmarks" , misc = "Anderes" , settings = "Einstellungen" diff --git a/website/site/content/docs/webapp/dashboards.md b/website/site/content/docs/webapp/dashboards.md index 3320d2b3..a83657b9 100644 --- a/website/site/content/docs/webapp/dashboards.md +++ b/website/site/content/docs/webapp/dashboards.md @@ -32,7 +32,7 @@ The _Settings_ section contains some links to useful settings and the _Manage_ section has links to metadata that can be managed separately. These links are fixed and cannot be changed. -## Dasbhoard properties +## Dashboard properties The main component on this page is the "dashboard". A dashboard has the following properties (all required): @@ -77,7 +77,7 @@ removed and box decorations are enabled for the field overview box. {{ figure2(light="dashboards-03.png", dark="dashboards-03_dark.png") }} -When you now edit this dasbhoard again, the message is gone and you +When you now edit this dashboard again, the message is gone and you can change the dashboard and also delete it. You can also create a new dashboard or copy the current one.