Skip to content

Commit 05fef0f

Browse files
author
Jessica Wang
committed
cloudstack 3.0 UI - VPC - localize Configure VPC Chart (Reviewed-by: Brian)
1 parent 8f9d6e4 commit 05fef0f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ui/scripts/ui-custom/vpc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
var $browser = args.$browser;
310310
var detailView = args.detailView;
311311
var $router = $('<li>').addClass('tier virtual-router');
312-
var $title = $('<span>').addClass('title').html('Virtual Router');
312+
var $title = $('<span>').addClass('title').html(_l('label.virtual.router'));
313313

314314
$router.append($title);
315315

@@ -407,7 +407,7 @@
407407

408408
if (isPlaceholder) {
409409
$tier.addClass('placeholder');
410-
$title.html('Create Tier');
410+
$title.html(_l('label.add.new.tier'));
411411
} else {
412412
$title.html(
413413
cloudStack.concat(name, 8)
@@ -416,7 +416,7 @@
416416
$cidr.html(cidr);
417417
$vmCount.append(
418418
$('<span>').addClass('total').html(virtualMachines != null? virtualMachines.length: 0),
419-
' VMs'
419+
_l('label.vms')
420420
);
421421
$tier.append($actions);
422422

0 commit comments

Comments
 (0)