浏览代码

delete duplicate creation_label

inkhey 6 年前
父节点
当前提交
e1c637c94f
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      backend/tracim_backend/models/contents.py

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

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