Skip to content

Commit 320b7f0

Browse files
committed
Fix tooltip for attach volume to instance button
1 parent cd1fa9e commit 320b7f0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ui/public/locales/en.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@
399399
"label.associatednetworkid": "Associated Network ID",
400400
"label.associatednetworkname": "Network name",
401401
"label.asyncbackup": "Async backup",
402+
"label.attach.vol.to.instance": "Attach the created Volume to an existing Instance",
402403
"label.attaching": "Attaching",
403404
"label.authentication.method": "Authentication Method",
404405
"label.authentication.sshkey": "System SSH Key",

ui/src/views/storage/CreateVolume.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
</span>
119119
<a-form-item name="attachVolume" ref="attachVolume" v-if="!createVolumeFromVM">
120120
<template #label>
121-
<tooltip-label :title="$t('label.action.attach.to.instance')" :tooltip="$t('label.attachdisk')" />
121+
<tooltip-label :title="$t('label.action.attach.to.instance')" :tooltip="$t('label.attach.vol.to.instance')" />
122122
</template>
123123
<a-switch v-model:checked="form.attachVolume" :checked="attachVolume" @change="zone => onChangeAttachToVM(zone.id)" />
124124
</a-form-item>

0 commit comments

Comments
 (0)