bug 13908: Fix localization label

This commit is contained in:
Brian Federle 2012-02-21 13:47:55 -08:00
parent 9d954fa815
commit cc80211957
2 changed files with 2 additions and 1 deletions

View File

@ -1614,6 +1614,7 @@
<script language="javascript">
dictionary = {
'label.total.of.ip': '<fmt:message key="label.total.of.ip"/>',
'state.Stopping': '<fmt:message key="state.Stopping"/>',
'message.add.load.balancer.under.ip': '<fmt:message key="message.add.load.balancer.under.ip"/>',
'message.select.instance': '<fmt:message key="message.select.instance"/>',

View File

@ -522,7 +522,7 @@
},
vmtotal: { label: 'label.total.of.vm' },
iptotal: { label: 'label.totoal.of.ip' },
iptotal: { label: 'label.total.of.ip' },
receivedbytes: {
label: 'label.bytes.received',
converter: function(args) {