diff --git a/docs/sources/dashboards/use-dashboards/index.md b/docs/sources/dashboards/use-dashboards/index.md index b24e50dc1f1..7bf4b38cf54 100644 --- a/docs/sources/dashboards/use-dashboards/index.md +++ b/docs/sources/dashboards/use-dashboards/index.md @@ -31,7 +31,7 @@ The following image and descriptions highlights all dashboards features. - **Grafana home** (1): Click the Grafana home icon to be redirected to the home page configured in the Grafana instance. - **Dashboard title** (2): When you click the dashboard title you can search for dashboard contained in the current folder. - **Share dashboard** (3): Use this option to share the current dashboard by link or snapshot. You can also export the dashboard definition from the share modal. -- **Add panel** (4): Use this option to add a panel, dashboard row, or library panel to the current dashboard. +- **Add a new panel** (4): Use this option to add a panel, dashboard row, or library panel to the current dashboard. - **Dashboard settings** (5): Use this option to change dashboard name, folder, and tags and manage variables and annotation queries. For more information about dashboard settings, refer to [Modify dashboard settings]({{< relref "../build-dashboards/modify-dashboard-settings/" >}}) - **Time picker dropdown** (6): Click to select relative time range options and set custom absolute time ranges. - You can change the **Timezone** and **fiscal year** settings from the time range controls by clicking the **Change time settings** button. diff --git a/docs/sources/getting-started/build-first-dashboard.md b/docs/sources/getting-started/build-first-dashboard.md index 6940e728b9b..6456ee83901 100644 --- a/docs/sources/getting-started/build-first-dashboard.md +++ b/docs/sources/getting-started/build-first-dashboard.md @@ -40,7 +40,7 @@ To sign in to Grafana for the first time: To create your first dashboard: 1. Click the **New dashboard** item under the **Dashboards** icon in the side menu. -1. On the dashboard, click **Add an empty panel**. +1. On the dashboard, click **Add a new panel**. 1. In the New dashboard/Edit panel view, go to the **Query** tab. 1. Configure your [query]({{< relref "../panels-visualizations/query-transform-data/#add-a-query" >}}) by selecting `-- Grafana --` from the data source selector.