Better tab name on Hosts Aggregate modal.

Change the Tab name on "Create Host Aggregate"
modal for a better match with the action.

Change-Id: I87d1ae63d719afcb6d5f9827171f8392d6dc3a8d
Closes-Bug: #1291120
This commit is contained in:
Juan Manuel Olle 2014-03-17 12:02:09 -03:00
parent b9467671e2
commit b260b0a4ac
1 changed files with 2 additions and 2 deletions

View File

@ -91,7 +91,7 @@ class AddHostsToAggregateAction(workflows.MembershipAction):
[(host_name, host_name) for host_name in host_names]
class Meta:
name = _("Hosts within aggregate")
name = _("Manage Hosts within Aggregate")
slug = "add_host_to_aggregate"
@ -131,7 +131,7 @@ class ManageAggregateHostsAction(workflows.MembershipAction):
self.fields[field_name].initial = current_aggregate_hosts
class Meta:
name = _("Hosts within aggregate")
name = _("Manage Hosts within Aggregate")
class AddHostsToAggregateStep(workflows.UpdateMembersStep):