Jelajahi Sumber

提交测试

xy 7 tahun lalu
induk
melakukan
37a956551f
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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) => {
     showConfirm = (delete_schema, schemaName) => {
         confirm({
         confirm({
             title: 'Do you want to delete this schema?',
             title: 'Do you want to delete this schema?',
-            content: 'It cannot be find back!',
+            content: 'It cannot be found back!',
             onOk() {
             onOk() {
                 delete_schema({variables: {schemaName}});
                 delete_schema({variables: {schemaName}});
             },
             },