diff --git a/src/renderer/src/scripts/guided-mode/guided-curate-dataset.js b/src/renderer/src/scripts/guided-mode/guided-curate-dataset.js index 841e54a81..ee2c8e7b1 100644 --- a/src/renderer/src/scripts/guided-mode/guided-curate-dataset.js +++ b/src/renderer/src/scripts/guided-mode/guided-curate-dataset.js @@ -5536,14 +5536,13 @@ window.openPage = async (targetPageID) => { if (nonExistentFiles.length > 0) { const userChoseToResolveMissingImportedFilePaths = await swalFileListDoubleAction( nonExistentFiles, - "Files imported into SODA that are no longer on your computer were detected", + "Some files imported into SODA that are no longer at their original locations were detected", ` - The file paths listed below are no longer at their original locations. This issue must be resolved before continuing by selecting one of the options below.

- - I would like to manually move my files back to their original locations: Choose this option if you still have access to the files and can move them back to their original paths.
- - Have SODA disregard the removed files: Choose this option only if you no longer have access to the files and want SODA to treat them as if they were never imported. Note that this action can not be undone. - `, + Files that were previously imported into SODA are no longer at their original locations, as shown below. This issue must be resolved before continuing by selecting one of the options below.

+ - I would like to manually move my files back to their original locations: Choose this option if you still have access to the files and can move them back to their original paths on your computer.
+ - Have SODA disregard the missing files: Choose this only if you no longer have access to the files or don't want to upload them, and you want SODA to treat them as if they were never imported. This action cannot be undone. `, "I would like to manually move my files back to their original locations", - "Have SODA disregard the removed files", + "Have SODA disregard the missing files", "" ); @@ -5551,7 +5550,7 @@ window.openPage = async (targetPageID) => { userMustReturnToPreviousPage = true; } else { const userChoseToDisregardMissingFiles = await swalAskQuestion( - "Are you sure you want to disregard the imported folders/files that are no longer on your computer and treat them as if they were never imported?", + "Are you sure you want to disregard the imported files that are no longer located where they were originally imported from and treat them as if they were never imported?", "Yes, disregard the missing files", "No, I will move the files back to their original locations" ); @@ -7106,7 +7105,7 @@ const guidedOpenEntityEditSwal = async (entityName) => { )}" id='input-new-entity-name' class='guided--input' type='text' placeholder='Enter new ${entityNameSingular} name and press edit'/> `, - width: 800, + width: 900, heightAuto: false, backdrop: "rgba(0,0,0,0.4)", showConfirmButton: true, diff --git a/src/renderer/src/scripts/metadata-files/subjects-samples.js b/src/renderer/src/scripts/metadata-files/subjects-samples.js index a5e251795..0aa39e38c 100644 --- a/src/renderer/src/scripts/metadata-files/subjects-samples.js +++ b/src/renderer/src/scripts/metadata-files/subjects-samples.js @@ -703,7 +703,7 @@ const promptSpeciesAndStrainSelection = async () => { `, - width: 800, + width: 900, heightAuto: false, backdrop: "rgba(0,0,0, 0.4)", showCancelButton: true, diff --git a/src/renderer/src/scripts/others/renderer.js b/src/renderer/src/scripts/others/renderer.js index c3d01025a..98c221e51 100644 --- a/src/renderer/src/scripts/others/renderer.js +++ b/src/renderer/src/scripts/others/renderer.js @@ -487,7 +487,7 @@ const startupServerAndApiCheck = async () => { confirmButtonText: "Restart SODA To Try Again", allowOutsideClick: false, allowEscapeKey: false, - width: 800, + width: 900, }); await window.electron.ipcRenderer.invoke("relaunch-soda"); } @@ -4429,9 +4429,9 @@ const showFileImportLoadingSweetAlert = (delayBeforeShowingSweetAlert) => {
`, - width: 800, + width: 900, heightAuto: false, - width: 800, + width: 900, heightAuto: false, backdrop: "rgba(0,0,0, 0.4)", allowOutsideClick: false,