Browse Source

添加->新建

visuddhinanda 2 years ago
parent
commit
9b95408e35
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>
         <Button
         <Button
           icon={<DeleteOutlined />}
           icon={<DeleteOutlined />}