Browse Source

Merge pull request #1468 from visuddhinanda/agile

添加->新建
visuddhinanda 2 years ago
parent
commit
ae75730043
1 changed files with 1 additions and 1 deletions
  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 />}