mirror of https://github.com/apache/cloudstack.git
ui: make it clear that deletion of a volume will not delete any snapshots (#7897)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
8cb30551d5
commit
d87f39ad27
|
|
@ -2230,7 +2230,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.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue