浏览代码

提交测试

xy 7 年之前
父节点
当前提交
37a956551f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/common/schema/Schema.jsx

+ 1 - 1
src/components/common/schema/Schema.jsx

@@ -287,7 +287,7 @@ class DeleteSchemaButton extends Component {
     showConfirm = (delete_schema, schemaName) => {
         confirm({
             title: 'Do you want to delete this schema?',
-            content: 'It cannot be find back!',
+            content: 'It cannot be found back!',
             onOk() {
                 delete_schema({variables: {schemaName}});
             },