Ver a proveniência

fix security level display message

pull/72/head
Jonathan Cobb há 4 anos
ascendente
cometimento
a321ff311c
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      src/_components/modals/DeviceDetail.vue

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

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


Carregando…
Cancelar
Guardar