Skip to content

Commit d2963a6

Browse files
Update ui/src/views/tools/ImportUnmanagedInstance.vue
Co-authored-by: Pearl Dsilva <pearl1594@gmail.com>
1 parent f4ecdec commit d2963a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/views/tools/ImportUnmanagedInstance.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
</a-form-item>
265265
<a-form-item name="osid" ref="osid" v-if="showOsTypeSelection">
266266
<template #label>
267-
<tooltip-label :title="$t('label.guest.os')" :tooltip="$t('label.select.guest.os.type')"/>
267+
<tooltip-label :title="$t('label.guest.os')" :tooltip="apiParams.osid.description"/>
268268
</template>
269269
<a-select
270270
v-model:value="form.osid"

0 commit comments

Comments
 (0)