Skip to content

Commit

Permalink
fix: PeripheralsDialog labels
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
  • Loading branch information
pedrolamas committed Mar 27, 2024
1 parent 26d2ac4 commit 6f617c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/PeripheralsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<v-col>
<app-text-field-with-copy
:value="device.path_by_id"
label="device_path"
label="path_by_id"
outlined
dense
readonly
Expand All @@ -118,7 +118,7 @@
<v-col>
<app-text-field-with-copy
:value="device.path_by_hardware"
label="device_path"
label="path_by_hardware"
outlined
dense
readonly
Expand Down

0 comments on commit 6f617c2

Please sign in to comment.