Skip to content

Commit

Permalink
refactor(app): rename section text in protocold details
Browse files Browse the repository at this point in the history
closes RAUT-995
  • Loading branch information
shlokamin committed Feb 16, 2024
1 parent 3cf91c0 commit e4007cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/organisms/ProtocolDetails/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ export function ProtocolDetails(
onClick={() => setCurrentTab('robot_config')}
>
<StyledText>
{i18n.format(t('robot_configuration'), 'capitalize')}
{i18n.format(t('hardware'), 'capitalize')}
</StyledText>
</RoundTab>
<RoundTab
Expand Down

0 comments on commit e4007cf

Please sign in to comment.