Skip to content

Commit

Permalink
fix(app): change Opentrons app to Opentrons App (#14101)
Browse files Browse the repository at this point in the history
*fix(app): change text Opentrons app to Opentrons App
  • Loading branch information
koji authored Dec 5, 2023
1 parent 3a2eae7 commit fef9935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/src/assets/localization/en/app_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"no_unavail_robots_to_clear": "No unavailable robots to clear",
"not_found": "Not Found",
"opentrons_app_successfully_updated": "The Opentrons App was successfully updated.",
"opentrons_app_update": "Opentrons app update",
"opentrons_app_update": "Opentrons App update",
"opentrons_app_update_available": "Opentrons App Update Available",
"opentrons_app_update_available_variation": "An Opentrons App update is available.",
"opentrons_app_will_use_interpreter": "If specified, the Opentrons App will use the Python interpreter at this path instead of the default bundled Python interpreter.",
Expand Down Expand Up @@ -110,7 +110,7 @@
"usb_to_ethernet_adapter_no_driver_version": "Unknown",
"usb_to_ethernet_adapter_toast_message": "An update is available for Realtek USB-to-Ethernet adapter driver",
"usb_to_ethernet_not_connected": "No USB-to-Ethernet adapter connected",
"versions_sync": "Learn more about keeping the Opentrons app and robot software in sync",
"versions_sync": "Learn more about keeping the Opentrons App and robot software in sync",
"view_change_log": "View Opentrons technical change log",
"view_issue_tracker": "View Opentrons issue tracker",
"view_release_notes": "View full Opentrons release notes",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ describe('GeneralSettings', () => {
expect(
getByRole('link', {
name:
'Learn more about keeping the Opentrons app and robot software in sync',
'Learn more about keeping the Opentrons App and robot software in sync',
})
).toHaveAttribute('href', 'https://support.opentrons.com/s/')
})
Expand Down

0 comments on commit fef9935

Please sign in to comment.