Skip to content

Commit

Permalink
Fixed a tupo in Floating IP table header
Browse files Browse the repository at this point in the history
Fixes bug 923281

Change-Id: I45249e34d4d46dc6d1f23093cbb6af1e6f9f4b0f
  • Loading branch information
ttrifonov committed Feb 1, 2012
1 parent f68263e commit a3f04d7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -92,7 +92,7 @@ class FloatingIPsTable(tables.DataTable):
verbose_name=_("Instance"),
empty_value="-")
pool = tables.Column("pool",
verbose_name=_("Floating Ip Pool"),
verbose_name=_("Floating IP Pool"),
empty_value="-")

def sanitize_id(self, obj_id):
Expand Down

0 comments on commit a3f04d7

Please sign in to comment.