diff --git a/airbyte-webapp/src/locales/en.json b/airbyte-webapp/src/locales/en.json index ce4805804afdd..8bda7ae90a961 100644 --- a/airbyte-webapp/src/locales/en.json +++ b/airbyte-webapp/src/locales/en.json @@ -141,8 +141,8 @@ "connectorForm.authenticate.succeeded": "Authentication succeeded!", "connectorForm.reauthenticate": "Re-authenticate", - "form.rawData": "Original structure", - "form.basicNormalization": "Serialized JSON", + "form.rawData": "Raw data (JSON)", + "form.basicNormalization": "Normalized tabular data", "form.basicNormalization.message": "Map the JSON object to the types and format native to the destination. Learn more", "form.customTransformation": "Custom transformation", "form.transformationCount": "{count, plural, =0 {No custom transformation} one {{count} transformation} other {{count} transformations}}",