Skip to content

Commit

Permalink
🪟 🎨 Remove 'slice' terminology from connector builder messages (#6228)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Reuter <[email protected]>
  • Loading branch information
lmossman and Joe Reuter committed Apr 28, 2023
1 parent 96afbd9 commit 9c5cc12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const assertMaxNumberOfSlices = () => {

export const assertMaxNumberOfSlicesAndPages = () => {
for (let i = 0; i < MAX_NUMBER_OF_SLICES; i++) {
getSlicesFromDropdown().contains(`Slice ${i}`).click();
getSlicesFromDropdown().contains(`Partition ${i}`).click();
assertMaxNumberOfPages();
}
};
Expand Down
4 changes: 2 additions & 2 deletions airbyte-webapp/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@
"connectorBuilder.mergeSchemaButton": "Merge properties",
"connectorBuilder.mergeSchemaTooltip": "Add all newly introduced properties from the detected schema to the declared schema without changing existing properties in case of conflicts.",
"connectorBuilder.resultsPlaceholder": "Click Test to fetch data for this stream",
"connectorBuilder.sliceLabel": "Slice",
"connectorBuilder.sliceLabel": "Partition",
"connectorBuilder.connectorLogs": "Connector logs",
"connectorBuilder.invalidYamlDownload": "Cannot download while YAML content is invalid.",
"connectorBuilder.invalidYamlPublish": "Cannot publish while YAML content is invalid.",
Expand Down Expand Up @@ -858,7 +858,7 @@
"connectorBuilder.loadingStreamList": "Loading",
"connectorBuilder.noStreamSelected": "No stream selected",
"connectorBuilder.streamListUrlError": "Could not load URL",
"connectorBuilder.streamTestLimitReached": "Stream testing limit reached. During testing only at max 5 stream slices with 5 pages each will be returned.",
"connectorBuilder.streamTestLimitReached": "Stream testing limit reached. During testing only at max 5 stream partitions with 5 pages each will be returned.",
"connectorBuilder.builderPrompt.button": "Build your connector",
"connectorBuilder.builderPrompt.title": "Need to build your own source?",
"connectorBuilder.builderPrompt.description": "Build your source with our {adjective} {noun}",
Expand Down

0 comments on commit 9c5cc12

Please sign in to comment.