mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPC feature - fix a bug that shortLabel was not localizable. (Reviewed-by: Brian)
This commit is contained in:
parent
03427ad705
commit
d156a122de
|
|
@ -423,7 +423,7 @@
|
|||
$action.addClass(action.id);
|
||||
|
||||
if (action.id != 'remove') {
|
||||
$action.append($('<span>').addClass('label').html(shortLabel));
|
||||
$action.append($('<span>').addClass('label').html(_l(shortLabel)));
|
||||
} else {
|
||||
$action.append($('<span>').addClass('icon').html(' '));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue