Skip to content

Commit

Permalink
fix(ui): disable Gateway label (#482)
Browse files Browse the repository at this point in the history
Issue #471
  • Loading branch information
towerhand authored Feb 8, 2021
1 parent 9544cc4 commit d69560f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@

<v-container cols="12" sm="6" class="ml-1">
<v-switch
hint="Enable this to use Z2M only as Control Panel"
hint="Enable this to use zwavejs2mqtt only as Control Panel"
persistent-hint
label="Disable Gateway"
label="Disable MQTT Gateway"
v-model="mqtt.disabled"
></v-switch>
</v-container>
Expand Down

0 comments on commit d69560f

Please sign in to comment.