Public bug reported:

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

** Affects: horizon
     Importance: Undecided
         Status: New

-- 
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):
  New

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to