mirror of https://github.com/apache/cloudstack.git
bug 13717
Rename 'Cancel' -> 'No' for confirm dialog status 13717: resolved fixed
This commit is contained in:
parent
82da2fc1dd
commit
c1e976cba4
|
|
@ -371,7 +371,7 @@
|
|||
zIndex: 5000,
|
||||
buttons: [
|
||||
{
|
||||
text: _l('label.cancel'),
|
||||
text: _l('label.no'),
|
||||
'class': 'cancel',
|
||||
click: function() {
|
||||
$(this).dialog('destroy');
|
||||
|
|
|
|||
Loading…
Reference in New Issue