diff --git a/ui/public/locales/en.json b/ui/public/locales/en.json index 4b082c53d64..0068a12d21a 100644 --- a/ui/public/locales/en.json +++ b/ui/public/locales/en.json @@ -2278,7 +2278,7 @@ "message.action.delete.system.service.offering": "Please confirm that you want to delete this system service offering.", "message.action.delete.template": "Please confirm that you want to delete this template.", "message.action.delete.tungsten.router.table": "Please confirm that you want to remove Route Table from this network?", -"message.action.delete.volume": "Please confirm that you want to delete this volume.", +"message.action.delete.volume": "Please confirm that you want to delete this volume. Note: this will not delete any snapshots of this volume.", "message.action.delete.vpn.user": "Please confirm that you want to delete the VPN user.", "message.action.delete.zone": "Please confirm that you want to delete this zone.", "message.action.destroy.instance": "Please confirm that you want to destroy the instance.", diff --git a/ui/src/views/network/CreateVlanIpRange.vue b/ui/src/views/network/CreateVlanIpRange.vue index f819c2ebf04..fdc1e9e2181 100644 --- a/ui/src/views/network/CreateVlanIpRange.vue +++ b/ui/src/views/network/CreateVlanIpRange.vue @@ -195,14 +195,14 @@ export default { { validator: this.checkIpFormat, ipV6: true, - message: this.$t('message.error.ipV6.address') + message: this.$t('message.error.ipv6.address') } ], endipv6: [ { validator: this.checkIpFormat, ipV6: true, - message: this.$t('message.error.ipV6.address') + message: this.$t('message.error.ipv6.address') } ] }) diff --git a/ui/src/views/network/GuestIpRanges.vue b/ui/src/views/network/GuestIpRanges.vue index 4c051620a77..0ecc033119f 100644 --- a/ui/src/views/network/GuestIpRanges.vue +++ b/ui/src/views/network/GuestIpRanges.vue @@ -36,25 +36,30 @@ :rowKey="item => item.id" :pagination="false" > -