瀏覽代碼

添加->新建

visuddhinanda 2 年之前
父節點
當前提交
9b95408e35
共有 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 />}