This website works better with JavaScript.
Home
Explore
Help
Sign In
bubblev
/
bubble-web
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix security level display message
pull/72/head
Jonathan Cobb
4 years ago
parent
1c4081a05e
commit
a321ff311c
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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">
<template v-slot:selected-option="option">
<span>
<span>
{{ messages.label_field_device_security_level }}: {{ option.label }}
{{ messages.label_field_device_security_level }}: {{
messages['device_security_level_'+
option.label
]
}}
</span>
</span>
</template>
</template>
</v-select>
</v-select>
Write
Preview
Loading…
Cancel
Save