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:
@@ -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()
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user