Skip to content

Commit

Permalink
Fix typos: "gruop" and "remove from"
Browse files Browse the repository at this point in the history
Change-Id: If1afd82ffff3f4058c87b675913d4a0d31c52c09
Closes-Bug: #1234119
(cherry picked from commit 0def304)
  • Loading branch information
amotoki committed Oct 5, 2013
1 parent 737ef39 commit 64235fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion openstack_dashboard/dashboards/project/firewalls/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def handle(self, request, context):
remove_rule = api.fwaas.rule_get(request, remove_rule_id)
body = {'firewall_rule_id': remove_rule_id}
policy = api.fwaas.policy_remove_rule(request, policy_id, **body)
msg = _('Rule %(rule)s was successfully remove from policy '
msg = _('Rule %(rule)s was successfully removed from policy '
'%(policy)s.' %
{'rule': remove_rule.name or remove_rule.id,
'policy': policy_name_or_id})
Expand Down
2 changes: 1 addition & 1 deletion openstack_dashboard/usage/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def _get_neutron_usage(self, limits, resource_name):
'security_group': {
'api': api.network.security_group_list,
'limit_name': 'totalSecurityGroupsUsed',
'message': _('Unable to retrieve security gruops.')
'message': _('Unable to retrieve security groups.')
}
}

Expand Down

0 comments on commit 64235fd

Please sign in to comment.