Reflect async of checkpoint delete in message

Delete is an async operation. Reflect that in delete message

Change-Id: I814fbb6fab2b77557597044d125d90d7163bd3f3
This commit is contained in:
Yuval Brik 2016-11-07 18:12:44 +02:00
parent 997b0c8b93
commit 21afe97f7a
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ class DeleteCheckpointsAction(tables.DeleteAction):
@staticmethod
def action_past(count):
return ungettext_lazy(u"Deleted Checkpoint",
u"Deleted Checkpoints",
return ungettext_lazy(u"Scheduled deletion of Checkpoint",
u"Scheduled deletion of Checkpoints",
count)
def allowed(self, request, checkpoint):