Explorar el Código

fix security level display message

pull/72/head
Jonathan Cobb hace 3 años
padre
commit
a321ff311c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/_components/modals/DeviceDetail.vue

+ 1
- 1
src/_components/modals/DeviceDetail.vue Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar