From 6ad1fa78255e818412503119e2911e3b5c7a0a20 Mon Sep 17 00:00:00 2001 From: Meera Sundar Date: Sun, 8 Mar 2020 17:43:28 +0530 Subject: [PATCH] Change modal grammar --- console/src/components/Services/Data/RawSQL/RawSQL.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/console/src/components/Services/Data/RawSQL/RawSQL.js b/console/src/components/Services/Data/RawSQL/RawSQL.js index addef8e1fef52..b3e810724c375 100644 --- a/console/src/components/Services/Data/RawSQL/RawSQL.js +++ b/console/src/components/Services/Data/RawSQL/RawSQL.js @@ -173,14 +173,14 @@ const RawSQL = ({ title={'Run SQL'} onClose={onModalClose} onSubmit={onConfirmNoMigration} - submitText={'Yes, i confirm'} + submitText={'Yes, I confirm'} submitTestId={'not-migration-confirm'} >
- Your SQL Statement is most likely modifying the database schema. - Are you sure its not a migration? + Your SQL statement is most likely modifying the database schema. + Are you sure it is not a migration?