We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dbd31 commit 67d3c55Copy full SHA for 67d3c55
app-shell-odd/src/system-update/index.ts
@@ -212,7 +212,9 @@ const getVersionFromZipIfValid = (path: string): Promise<FileDetails> =>
212
const fakeReleaseNotesForMassStorage = (version: string): string => `
213
# Opentrons Robot Software Version ${version}
214
215
-This update is from a USB mass storage device connected to your flex, and release notes cannot be shown.
+This update is from a USB mass storage device connected to your Flex, and release notes cannot be shown.
216
+
217
+Don't remove the USB mass storage device while the update is in progress.
218
`
219
220
export const getLatestMassStorageUpdateFiles = (
0 commit comments