瀏覽代碼

delete duplicate creation_label

inkhey 7 年之前
父節點
當前提交
e1c637c94f
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      backend/tracim_backend/models/contents.py

+ 0 - 1
backend/tracim_backend/models/contents.py 查看文件

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