Browse Source

Unified attachment types convention

Rafał Pitoń 11 years ago
parent
commit
091fb870b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/fixtures/attachmenttypes.py

+ 1 - 1
misago/fixtures/attachmenttypes.py

@@ -15,7 +15,7 @@ def load():
     )
 
     AttachmentType.objects.create(
-        name=_('Documents').message,
+        name=_('Document').message,
         extensions='pdf,txt,doc,docx,xls,xlsx,xlsm,xlsb',
         size_limit=0,
     )