Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed May 14, 2024
1 parent e484a1c commit 8a95870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Zniffer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</v-col>
<v-col class="pa-0 pt-2">
<v-select
label="Zniffer requency"
label="Zniffer frequency"
persistent-hint
style="max-width: 300px"
hint="The frequency to initialize the Zniffer with. If not specified, the current setting will be kept."
Expand Down Expand Up @@ -317,7 +317,7 @@ export default {
{
text: 'Protocol Data Rate',
value: 'protocolDataRate',
width: 175,
width: 180,
},
{ text: 'RSSI', value: 'rssi' },
{ text: 'Ch', value: 'channel' },
Expand Down

0 comments on commit 8a95870

Please sign in to comment.