From 2025ed34123e852a591c50bb8b2e45eef6e0e3ea Mon Sep 17 00:00:00 2001 From: josephkmh Date: Thu, 19 Jan 2023 15:04:26 +0000 Subject: [PATCH 1/2] fix copy consistency --- airbyte-webapp/src/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/airbyte-webapp/src/locales/en.json b/airbyte-webapp/src/locales/en.json index 19d14fa2ba47e..0c92dc68cfc61 100644 --- a/airbyte-webapp/src/locales/en.json +++ b/airbyte-webapp/src/locales/en.json @@ -748,9 +748,9 @@ "cloudApi.loginCallbackUrlError": "There was an error connecting to the developer portal. Please try again.", "freeConnectorProgram.enrollmentModal.title": "Free connector program", - "freeConnectorProgram.enrollmentModal.free": "Alpha and Beta Connectors are free while you're in the program.The whole Connection is free until both Connectors have move into General Availability (GA)", - "freeConnectorProgram.enrollmentModal.emailNotification": "We will let you know through email before a Connector you use moves to GA", - "freeConnectorProgram.enrollmentModal.cardOnFile": "When both Connectors are in GA, the Connection will no longer be free. You'll need to have a credit card on file to enroll so Airbyte can handle a Connection's transition to paid service.", + "freeConnectorProgram.enrollmentModal.free": "Alpha and Beta connectors are free while you're in the program.The whole connection is free until both connectors have move into General Availability (GA).", + "freeConnectorProgram.enrollmentModal.emailNotification": "We will let you know through email before a connector you use moves to GA.", + "freeConnectorProgram.enrollmentModal.cardOnFile": "When both connectors are in GA, the connection will no longer be free. You'll need to have a credit card on file to enroll so Airbyte can handle a connection's transition to paid service.", "freeConnectorProgram.enrollmentModal.cancelButtonText": "Cancel", "freeConnectorProgram.enrollmentModal.enrollButtonText": "Enroll now!" } From a36a1e1bdad57f65d8b1f78977542c4d42083f50 Mon Sep 17 00:00:00 2001 From: josephkmh Date: Thu, 19 Jan 2023 15:08:35 +0000 Subject: [PATCH 2/2] explicit source & dest --- airbyte-webapp/src/locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte-webapp/src/locales/en.json b/airbyte-webapp/src/locales/en.json index 0c92dc68cfc61..31ca280b39bc9 100644 --- a/airbyte-webapp/src/locales/en.json +++ b/airbyte-webapp/src/locales/en.json @@ -748,7 +748,7 @@ "cloudApi.loginCallbackUrlError": "There was an error connecting to the developer portal. Please try again.", "freeConnectorProgram.enrollmentModal.title": "Free connector program", - "freeConnectorProgram.enrollmentModal.free": "Alpha and Beta connectors are free while you're in the program.The whole connection is free until both connectors have move into General Availability (GA).", + "freeConnectorProgram.enrollmentModal.free": "Alpha and Beta connectors are free while you're in the program.The whole connection is free until both the source and destination connector have moved into General Availability (GA).", "freeConnectorProgram.enrollmentModal.emailNotification": "We will let you know through email before a connector you use moves to GA.", "freeConnectorProgram.enrollmentModal.cardOnFile": "When both connectors are in GA, the connection will no longer be free. You'll need to have a credit card on file to enroll so Airbyte can handle a connection's transition to paid service.", "freeConnectorProgram.enrollmentModal.cancelButtonText": "Cancel",