ソースを参照

delete duplicate creation_label

inkhey 6 年 前
コミット
e1c637c94f
No account linked to committer's email
共有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