Browse Source

fix security level display message

pull/72/head
Jonathan Cobb 3 years ago
parent
commit
a321ff311c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/_components/modals/DeviceDetail.vue

+ 1
- 1
src/_components/modals/DeviceDetail.vue View File

@@ -28,7 +28,7 @@
>
<template v-slot:selected-option="option">
<span>
{{ messages.label_field_device_security_level }}: {{ option.label }}
{{ messages.label_field_device_security_level }}: {{ messages['device_security_level_'+option.label] }}
</span>
</template>
</v-select>


Loading…
Cancel
Save