You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/src/assets/localization/en/device_settings.json
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@
29
29
"checking_for_updates": "Checking for updates",
30
30
"choose_reset_settings": "Choose reset settings",
31
31
"choose": "Choose...",
32
-
"clear_all_stored_data_description": "Clears instrument calibrations and protocols. Keeps robot name and network settings.",
32
+
"clear_all_data": "Clear all data",
33
+
"clear_all_stored_data_description": "Resets all settings. You’ll have to redo initial setup before using the robot again.",
33
34
"clear_all_stored_data": "Clear all stored data",
34
35
"clear_data_and_restart_robot": "Clear data and restart robot",
35
36
"clear_individual_data": "Clear individual data",
@@ -227,6 +228,7 @@
227
228
"security_type": "Security Type",
228
229
"select_a_network": "Select a network",
229
230
"select_a_security_type": "Select a security type",
231
+
"select_all_settings": "Select all settings",
230
232
"select_authentication_method": "Select authentication method for your selected network.",
231
233
"sending_software": "Sending software...",
232
234
"share_logs_with_opentrons_description": "Help Opentrons improve its products and services by automatically sending anonymous robot logs. Opentrons uses these logs to troubleshoot robot issues and spot error trends.",
Copy file name to clipboardExpand all lines: app/src/organisms/Devices/RobotSettings/AdvancedTab/AdvancedTabSlideouts/__tests__/DeviceResetModal.test.tsx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,11 @@ import { renderWithProviders } from '@opentrons/components'
Copy file name to clipboardExpand all lines: app/src/organisms/Devices/RobotSettings/AdvancedTab/AdvancedTabSlideouts/__tests__/DeviceResetSlideout.test.tsx
0 commit comments