Translate Floating IPs on overview page

Floating Ips was not being translated properly.

Change-Id: I57128e0dba5e2524cc2a326abdfc983d46df4c69
Closes-Bug: 1516162
This commit is contained in:
Itxaka 2015-11-23 12:49:39 +01:00
parent 993a8a24e7
commit 65f919e87f

View File

@ -68,7 +68,7 @@ class UsageView(tables.DataTableView):
("totalCoresUsed", "maxTotalCores", _("VCPUs")),
("totalRAMUsed", "maxTotalRAMSize", _("RAM")),
("totalFloatingIpsUsed", "maxTotalFloatingIps",
"Floating IPs", _("Allocated")),
_("Floating IPs"), _("Allocated")),
("totalSecurityGroupsUsed", "maxSecurityGroups",
_("Security Groups"))]
# Check for volume usage