yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #21394
[Bug 1370286] [NEW] rephrase action_past in Access & Security
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
Follow ups
References