Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolson committed Oct 24, 2023
1 parent f09eece commit 79ade0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion homebridge-ui/ui/src/views/Config.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
</template>
Expand Down
2 changes: 1 addition & 1 deletion homebridge-ui/ui/src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion homebridge-ui/ui/src/views/New.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 79ade0b

Please sign in to comment.