Fix typo on the "Remove Patches" button.

Closes-Bug: 1793790

Change-Id: Icae06ca56075f62b5ff8a065018a3f59486b8b7d
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
Kristine Bujold 2018-09-25 11:26:26 -04:00
parent 6a679f889c
commit 7faf774844
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class RemovePatch(tables.BatchAction):
def action_present(count):
return ungettext_lazy(
u"Remove Patch",
u"Remove Patchs",
u"Remove Patches",
count
)