ソースを参照

fix security level display message

pull/72/head
Jonathan Cobb 3年前
コミット
a321ff311c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/_components/modals/DeviceDetail.vue

+ 1
- 1
src/_components/modals/DeviceDetail.vue ファイルの表示

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


読み込み中…
キャンセル
保存