Skip to content

Commit

Permalink
fix(ui): typo in retain
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Feb 8, 2021
1 parent 4055c68 commit b9d066b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialogs/DialogGatewayValue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<v-col v-if="!this.mqtt.disabled" cols="6">
<v-select
v-model="editedValue.retain"
label="retain"
label="Retain"
persistent-hint
hint="If specified, overrides the default retain in MQTT settings"
:items="[
Expand Down

0 comments on commit b9d066b

Please sign in to comment.