← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1370286] Re: rephrase action_past in Access & Security

 

** Changed in: horizon
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1370286

Title:
  rephrase action_past in Access & Security

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/access_and_security/keypairs/tables.py#L37

   def action_past(count):
          return ungettext_lazy(
              u"Key pair deleted",
              u"Key pairs deleted",
              count
          )
  Seems like convention in Horizon to say "Deleted Key Pair" instead.

  Reference:
  https://github.com/openstack/horizon/blob/master/openstack_dashboard/dashboards/project/instances/tables.py#L132

To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1370286/+subscriptions


References