Change instances of "view" to "dashboard" where appropriate (#15510)

THere were a couple of places where "view" was mistakenly written instead of "dashboard" causing possible confusion.,
This commit is contained in:
finity69x2 2020-11-02 09:18:22 -05:00 committed by GitHub
parent 3a129a6f2c
commit ef09346573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,12 +113,12 @@ dashboards:
type: string
show_in_sidebar:
required: false
description: Should this view be shown in the sidebar.
description: Should this dashboard be shown in the sidebar.
type: boolean
default: true
require_admin:
required: false
description: Should this view be only accessible for admin users.
description: Should this dashboard be only accessible for admin users.
type: boolean
default: false
{% endconfiguration %}