Fix document type change view

Closes GitLab issue #614. Thanks to Christoph Roeder (@brightdroid)
for the report.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-06-18 22:15:13 -04:00
parent 43260b87c5
commit c3b1c4e173
6 changed files with 143 additions and 6 deletions

View File

@@ -117,7 +117,7 @@ class DocumentDocumentTypeEditView(MultipleObjectFormActionView):
'submit_label': _('Change'),
'title': ungettext(
singular='Change the type of the selected document',
plurals='Change the type of the selected documents',
plural='Change the type of the selected documents',
number=queryset.count()
)
}