diff --git a/src/Explorer/Panes/ChangePartitionKeyPane/ChangePartitionKeyPane.tsx b/src/Explorer/Panes/ChangePartitionKeyPane/ChangePartitionKeyPane.tsx index e23672381..6aeeb24d9 100644 --- a/src/Explorer/Panes/ChangePartitionKeyPane/ChangePartitionKeyPane.tsx +++ b/src/Explorer/Panes/ChangePartitionKeyPane/ChangePartitionKeyPane.tsx @@ -301,7 +301,7 @@ export const ChangePartitionKeyPane: React.FC = ({ {/* Migration Type */} - {t(Keys.containerCopy.migrationType.title)} + {t(Keys.containerCopy.migrationTypeTitle)}
diff --git a/src/Localization/en/Resources.json b/src/Localization/en/Resources.json index e0a1a8146..26fb72021 100644 --- a/src/Localization/en/Resources.json +++ b/src/Localization/en/Resources.json @@ -1027,7 +1027,6 @@ "accountDropdownPlaceholder": "Select an account" }, "migrationType": { - "title": "Migration type", "offline": { "title": "Offline mode", "description": "Offline container copy jobs let you copy data from a source container to a destination Cosmos DB container for supported APIs. To ensure data integrity between the source and destination, we recommend stopping updates on the source container before creating the copy job. Learn more about [offline copy jobs](https://learn.microsoft.com/azure/cosmos-db/how-to-container-copy?tabs=offline-copy&pivots=api-nosql)." @@ -1037,6 +1036,7 @@ "description": "Online container copy jobs let you copy data from a source container to a destination Cosmos DB NoSQL API container using the [All Versions and Delete](https://learn.microsoft.com/azure/cosmos-db/change-feed-modes?tabs=all-versions-and-deletes#all-versions-and-deletes-change-feed-mode-preview) change feed. This allows updates to continue on the source while data is copied. A brief downtime is required at the end to safely switch over client applications to the destination container. Learn more about [online copy jobs](https://learn.microsoft.com/azure/cosmos-db/container-copy?tabs=online-copy&pivots=api-nosql#getting-started)." } }, + "migrationTypeTitle": "Migration type", "selectContainers": { "description": "Please select a source container and a destination container to copy to.", "sourceContainerSubHeading": "Source container",