Wording for Security Groups is incorrect
The wording on the Security Groups tab for the Edit Instance window is wrong. This patch Correcting it. Current string: 'Add and remove security groups to this project ...' New string : 'Add and remove security groups to this instance ...' Change-Id: I76d3afb9174d1428a01dacdc3770a9ebac8f5ce8 Closes-Bug: #1493252
This commit is contained in:
parent
96107e0fd6
commit
3cb374b1c2
@ -83,7 +83,7 @@ class UpdateInstanceSecurityGroupsAction(workflows.MembershipAction):
|
||||
|
||||
class UpdateInstanceSecurityGroups(workflows.UpdateMembersStep):
|
||||
action_class = UpdateInstanceSecurityGroupsAction
|
||||
help_text = _("Add and remove security groups to this project "
|
||||
help_text = _("Add and remove security groups to this instance "
|
||||
"from the list of available security groups.")
|
||||
available_list_title = _("All Security Groups")
|
||||
members_list_title = _("Instance Security Groups")
|
||||
|
Loading…
Reference in New Issue
Block a user