Merge "Fix typo on the "Remove Patches" button."

This commit is contained in:
Zuul 2018-09-25 19:17:28 +00:00 committed by Gerrit Code Review
commit e7aa10061c
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
)