-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(app): fix small ui bugs on ODD (#13618)
* feat(app): fix small ui bugs on ODD
- Loading branch information
Showing
4 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"comment_step": "Comment", | ||
"comment": "Comment", | ||
"complete_protocol_to_download": "Complete the protocol to download the run log", | ||
"contact_information": "Download the run logs from the Opentrons App and send it to [email protected] for assistance.", | ||
"contact_information": "Download the robot logs from the Opentrons App and send it to [email protected] for assistance.", | ||
"current_step_pause_timer": "Timer", | ||
"current_step_pause": "Current Step - Paused by User", | ||
"current_step": "Current Step", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ describe('RunFailedModal', () => { | |
getByText('Error 1000: hardwareCommunicationError') | ||
getByText('Error with code 1000 (highest priority)') | ||
getByText( | ||
'Download the run logs from the Opentrons App and send it to [email protected] for assistance.' | ||
'Download the robot logs from the Opentrons App and send it to [email protected] for assistance.' | ||
) | ||
getByText('Close') | ||
}) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters