diff --git a/web/app/src/views/Home.vue b/web/app/src/views/Home.vue index f1743161..7091b2bc 100644 --- a/web/app/src/views/Home.vue +++ b/web/app/src/views/Home.vue @@ -537,7 +537,7 @@ const dashboardHeading = computed(() => { }) const dashboardSubheading = computed(() => { - return window.config && window.config.dashboardSubheading && window.config.dashboardSubheading !== '{{ .UI.dashboardSubheading }}' ? window.config.dashboardSubheading : "Monitor the health of your endpoints in real-time" + return window.config && window.config.dashboardSubheading && window.config.dashboardSubheading !== '{{ .UI.DashboardSubheading }}' ? window.config.dashboardSubheading : "Monitor the health of your endpoints in real-time" }) onMounted(() => {