From ced3a611b38c26d3400d974680daa6eef1ac6505 Mon Sep 17 00:00:00 2001 From: Jamey Huffnagle Date: Thu, 22 Feb 2024 10:17:42 -0500 Subject: [PATCH] more descriptive i18n string name --- app/src/assets/localization/en/device_settings.json | 2 +- .../Devices/RobotSettings/UpdateBuildroot/UpdateRobotModal.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/assets/localization/en/device_settings.json b/app/src/assets/localization/en/device_settings.json index 4c62a44044a4..63912b30fa87 100644 --- a/app/src/assets/localization/en/device_settings.json +++ b/app/src/assets/localization/en/device_settings.json @@ -301,7 +301,7 @@ "update_robot_software_description": "Bypass the Opentrons App auto-update process and update the robot software manually.", "update_robot_software_link": "Launch Opentrons software update page", "updating": "Updating", - "updating_robot_system": "Updating the robot software requires restarting the robot", + "update_requires_restarting": "Updating the robot software requires restarting the robot", "usage_settings": "Usage Settings", "usb": "USB", "usb_to_ethernet_description": "Looking for USB-to-Ethernet Adapter info?", diff --git a/app/src/organisms/Devices/RobotSettings/UpdateBuildroot/UpdateRobotModal.tsx b/app/src/organisms/Devices/RobotSettings/UpdateBuildroot/UpdateRobotModal.tsx index 3762cdd1955e..a659259e698f 100644 --- a/app/src/organisms/Devices/RobotSettings/UpdateBuildroot/UpdateRobotModal.tsx +++ b/app/src/organisms/Devices/RobotSettings/UpdateBuildroot/UpdateRobotModal.tsx @@ -155,7 +155,7 @@ export function UpdateRobotModal({ > - {t('updating_robot_system')} + {t('update_requires_restarting')}