diff --git a/app/src/assets/localization/en/app_settings.json b/app/src/assets/localization/en/app_settings.json index 0f5ea5a8609..747956b0b27 100644 --- a/app/src/assets/localization/en/app_settings.json +++ b/app/src/assets/localization/en/app_settings.json @@ -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.", @@ -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", diff --git a/app/src/pages/AppSettings/__test__/GeneralSettings.test.tsx b/app/src/pages/AppSettings/__test__/GeneralSettings.test.tsx index a61bc629eff..762419eb7f5 100644 --- a/app/src/pages/AppSettings/__test__/GeneralSettings.test.tsx +++ b/app/src/pages/AppSettings/__test__/GeneralSettings.test.tsx @@ -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/') })