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}});
             },