mirror of https://github.com/apache/cloudstack.git
PR 906 (CLOUDSTACK-8930) and PR 912 combined. Bugs on localization buttons in zone wizard final step and Advanced search popup
This commit is contained in:
parent
2651956cf4
commit
e64025a2b8
|
|
@ -1974,7 +1974,7 @@
|
|||
$form.find('input[type=submit]')
|
||||
.show()
|
||||
.appendTo($form)
|
||||
.val(_('label.search'));
|
||||
.val(_l('label.search'));
|
||||
|
||||
// Cancel button
|
||||
$form.append(
|
||||
|
|
|
|||
Loading…
Reference in New Issue