From f3e284f5fe4dc153c6560c2f83015ee258427b01 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Sat, 14 Oct 2023 20:51:24 +0200 Subject: [PATCH] Fix grammar --- homebridge-ui/ui/src/views/Config.vue | 2 +- homebridge-ui/ui/src/views/Home.vue | 2 +- homebridge-ui/ui/src/views/New.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homebridge-ui/ui/src/views/Config.vue b/homebridge-ui/ui/src/views/Config.vue index 8fc72be..35ea3ed 100644 --- a/homebridge-ui/ui/src/views/Config.vue +++ b/homebridge-ui/ui/src/views/Config.vue @@ -10,7 +10,7 @@ #nav router-link(to="/") Home span(style="font-weight: bold !important;") · - router-link(to="/config" v-b-popover.hover.top="'This is the old (static) config.schema! With this it is not possible to dynamically display the inputs for a TV. Only for experienced.'" title="Attention") Configs + router-link(to="/config" v-b-popover.hover.top="'This is the old (static) config.schema! With this it is not possible to dynamically display the inputs for a TV. Only for experienced users.'" title="Attention") Configs span(style="font-weight: bold !important;") · router-link(to="/new") New diff --git a/homebridge-ui/ui/src/views/Home.vue b/homebridge-ui/ui/src/views/Home.vue index 2c1fe3d..17c86d5 100644 --- a/homebridge-ui/ui/src/views/Home.vue +++ b/homebridge-ui/ui/src/views/Home.vue @@ -19,7 +19,7 @@ #nav router-link(to="/") Home span(style="font-weight: bold !important;") · - router-link(to="/config" v-b-popover.hover.top="'This is the old (static) config.schema! With this it is not possible to dynamically display the inputs for a TV. Only for experienced.'" title="Attention") Configs + router-link(to="/config" v-b-popover.hover.top="'This is the old (static) config.schema! With this it is not possible to dynamically display the inputs for a TV. Only for experienced users.'" title="Attention") Configs span(style="font-weight: bold !important;") · router-link(to="/new") New b-form-select.seelectTV(v-model="selected" :options="televisions", v-if="televisions.length") diff --git a/homebridge-ui/ui/src/views/New.vue b/homebridge-ui/ui/src/views/New.vue index dfd8988..3e8776f 100644 --- a/homebridge-ui/ui/src/views/New.vue +++ b/homebridge-ui/ui/src/views/New.vue @@ -10,7 +10,7 @@ #nav router-link(to="/") Home span(style="font-weight: bold !important;") · - router-link(to="/config" v-b-popover.hover.top="'This is the old (static) config.schema! With this it is not possible to dynamically display the inputs for a TV. Only for experienced.'" title="Attention") Configs + router-link(to="/config" v-b-popover.hover.top="'This is the old (static) config.schema! With this it is not possible to dynamically display the inputs for a TV. Only for experienced users.'" title="Attention") Configs span(style="font-weight: bold !important;") · router-link(to="/new") New