diff --git a/client/src/components/History/CurrentHistory/SelectPreferredStore.vue b/client/src/components/History/CurrentHistory/SelectPreferredStore.vue index 2386f1048e1a..c284718a162b 100644 --- a/client/src/components/History/CurrentHistory/SelectPreferredStore.vue +++ b/client/src/components/History/CurrentHistory/SelectPreferredStore.vue @@ -57,7 +57,7 @@ async function handleSubmit(preferredObjectStoreId: string | null, isPrivate: bo if (!historyPrivate) { if ( confirm( - "Your history is set to create sharable datasets, but the target object store is private? Change the history configuration so new datasets are private by default?" + "Your history is set to create sharable datasets, but the target storage location is private. Change the history configuration so new datasets are private by default?" ) ) { try {