-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app): refactor instrument cards for bad instruments (#13468)
- Loading branch information
Showing
13 changed files
with
551 additions
and
264 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
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 |
---|---|---|
@@ -1,10 +1,17 @@ | ||
{ | ||
"download_logs": "Download the robot logs from the Opentrons App and send them to [email protected] for assistance.", | ||
"firmware_out_of_date": "The firmware for <bold>{{mount}} {{instrument}}</bold> is out of date. You need to update it before running protocols that use this instrument.", | ||
"gantry_x": "Gantry X", | ||
"gantry_y": "Gantry Y", | ||
"gripper": "Gripper", | ||
"head": "Head", | ||
"pipette_left": "Left Pipette", | ||
"pipette_right": "Right Pipette", | ||
"ready_to_use": "Your <bold>{{instrument}}</bold> is ready to use!", | ||
"rear_panel": "Rear Panel", | ||
"successful_update": "Successful update!", | ||
"update_failed": "Update failed", | ||
"update_firmware": "Update firmware", | ||
"update_needed": "Instrument firmware update needed", | ||
"updating_firmware": "Updating firmware..." | ||
"updating_firmware": "Updating {{subsystem}} firmware..." | ||
} |
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
Oops, something went wrong.