Przeglądaj źródła

delete duplicate creation_label

inkhey 7 lat temu
rodzic
commit
e1c637c94f
No account linked to committer's email
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      backend/tracim_backend/models/contents.py

+ 0 - 1
backend/tracim_backend/models/contents.py Wyświetl plik

176
     hexcolor=folder.hexcolor,
176
     hexcolor=folder.hexcolor,
177
     label='Folder',
177
     label='Folder',
178
     creation_label='Create a folder',
178
     creation_label='Create a folder',
179
-    creation_label='Create collection of any documents',
180
     available_statuses=CONTENT_STATUS.get_all(),
179
     available_statuses=CONTENT_STATUS.get_all(),
181
 )
180
 )
182
 
181