Преглед изворни кода

Merge pull request #1468 from visuddhinanda/agile

添加->新建
visuddhinanda пре 2 година
родитељ
комит
ae75730043
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dashboard/src/components/article/EditableTree.tsx

+ 1 - 1
dashboard/src/components/article/EditableTree.tsx

@@ -321,7 +321,7 @@ const EditableTreeWidget = ({
             }
           }}
         >
-          添加
+          {intl.formatMessage({ id: "buttons.create" })}
         </Button>
         <Button
           icon={<DeleteOutlined />}