mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CS-14872 : Text for on hover iso and form for ISO's corrected
This commit is contained in:
parent
28aaab4031
commit
a26f33c780
@ -922,18 +922,18 @@
|
||||
},
|
||||
|
||||
copyISO: {
|
||||
label: 'label.action.copy.iso',
|
||||
label: 'label.action.copy.ISO',
|
||||
messages: {
|
||||
notification: function(args) {
|
||||
return 'Copying ISO';
|
||||
}
|
||||
},
|
||||
createForm: {
|
||||
title: 'label.action.copy.iso',
|
||||
desc: 'label.action.copy.iso',
|
||||
title: 'label.action.copy.ISO',
|
||||
desc: 'label.action.copy.ISO',
|
||||
fields: {
|
||||
destinationZoneId: {
|
||||
label: 'label.destinaton.zone',
|
||||
label: 'label.destination.zone',
|
||||
validation: { required: true },
|
||||
select: function(args) {
|
||||
$.ajax({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user