Skip to content

Commit

Permalink
more descriptive i18n string name
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Feb 22, 2024
1 parent b06b048 commit ced3a61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/assets/localization/en/device_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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?",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export function UpdateRobotModal({
>
<Flex flexDirection={DIRECTION_COLUMN}>
<UpdateAppBanner type="informing" marginBottom={SPACING.spacing8}>
{t('updating_robot_system')}
{t('update_requires_restarting')}
</UpdateAppBanner>
<ReleaseNotes source={releaseNotes} />
</Flex>
Expand Down

0 comments on commit ced3a61

Please sign in to comment.