compute: Rename "Disk Size" to "Root Disk Size" in VM deployment form (#380)

Fixes #377

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Hoang Nguyen 2020-06-05 11:51:42 +07:00 committed by Rohit Yadav
parent 23fc8bbb90
commit 965ec67b6d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<template>
<a-form-item
:label="this.$t('label.disksize')"
:label="inputDecorator === 'rootdisksize' ? $t('label.root.disk.size') : $t('label.disksize')"
class="form-item">
<a-row :gutter="12">
<a-col :md="10" :lg="10">