Merge pull request #45 from a110605/fix_enable_group_modal

Format messages in enable usb group modal
This commit is contained in:
Andy Lee 2024-11-28 17:29:33 +08:00 committed by GitHub
commit 5b0202a13b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,10 @@ export default {
</template>
<template #body>
{{ t('harvester.usb.enablePassthroughWarning') }}
<t
k="harvester.usb.enablePassthroughWarning"
:raw="true"
/>
</template>
<template #actions>