|
164 | 164 | "connectionForm.modal.destinationNamespace.option.destination": "Destination default",
|
165 | 165 | "connectionForm.modal.destinationNamespace.option.customFormat": "Custom format",
|
166 | 166 | "connectionForm.modal.destinationNamespace.input.placeholder": "My namespace",
|
167 |
| - "connectionForm.modal.destinationNamespace.option.source.description": "Replicate to the default namespace in the destination, which will differ based on your destination.", |
168 |
| - "connectionForm.modal.destinationNamespace.option.destination.description": "All stream will be replicated and store in the default namespace defined on the destination settings page.", |
169 |
| - "connectionForm.modal.destinationNamespace.description": "The following table summarises how this works. We assume an example of replication configurations between a Postgres Source and Snowflake Destination (with settings of schema = \"my_schema\"):", |
| 167 | + "connectionForm.modal.destinationNamespace.option.source.description": "Replicate the stream's source namespace in the destination.", |
| 168 | + "connectionForm.modal.destinationNamespace.option.destination.description": "Replicate and store in the default namespace defined in the destination settings.", |
| 169 | + "connectionForm.modal.destinationNamespace.option.customFormat.description": "Create a \"custom format\" to rename the namespace that your data will be replicated into.", |
| 170 | + "connectionForm.modal.destinationNamespace.description": "Below is an example of how your data will be replicated with this namespace setting. This example assumes a Postgres Source and a Snowflake Destination with the schema set to \"my_schema\".", |
170 | 171 | "connectionForm.modal.destinationNamespace.table.header.sourceNamespace": "Source namespace",
|
171 | 172 | "connectionForm.modal.destinationNamespace.table.header.destinationNamespace": "Destination namespace",
|
172 |
| - "connectionForm.modal.destinationNamespace.table.header.customFormat": "Custom format=", |
| 173 | + "connectionForm.modal.destinationNamespace.table.header.customFormat": "Custom format", |
173 | 174 | "connectionForm.modal.destinationNamespace.table.data.public": "public",
|
174 | 175 | "connectionForm.modal.destinationNamespace.table.data.mySchema": "my_schema",
|
175 | 176 | "connectionForm.modal.destinationNamespace.table.data.myPublicSchema": "my_public_schema",
|
|
0 commit comments