Skip to content

Commit

Permalink
fix(app): remove unnecessary text (#16032)
Browse files Browse the repository at this point in the history
* fix(app): remove unnecessary text
  • Loading branch information
koji authored Aug 16, 2024
1 parent 529bbb5 commit 216d031
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion app/src/assets/localization/en/protocol_details.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"creation_method": "creation method",
"csv_file_type_required": "CSV file type required",
"csv_file": "CSV file",
"csv_required": "This protocol requires a CSV to proceed.",
"deck_view": "Deck View",
"default_value": "Default Value",
"delete_protocol_perm": "{{name}} and its run history will be permanently deleted.",
Expand Down
3 changes: 0 additions & 3 deletions app/src/organisms/ChooseRobotSlideout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -547,9 +547,6 @@ export function ChooseRobotSlideout(
>
{t('csv_file')}
</LegacyStyledText>
<LegacyStyledText as="p">
{t('csv_required')}
</LegacyStyledText>
</Flex>
{runtimeParam.file == null ? (
<UploadInput
Expand Down

0 comments on commit 216d031

Please sign in to comment.