Skip to content

Commit

Permalink
Update client/src/components/History/CurrentHistory/SelectPreferredSt…
Browse files Browse the repository at this point in the history
…ore.vue

Co-authored-by: Dannon <[email protected]>
  • Loading branch information
jmchilton and dannon authored Mar 19, 2024
1 parent c1b7f65 commit c2bd0d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c2bd0d6

Please sign in to comment.