Skip to content

Commit

Permalink
- changes labels in searchSettingsDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
boriskovar-m2ms committed Dec 16, 2024
1 parent 12499a9 commit 2fd529e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/components/preview/molecule/searchSettingsDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const SearchSettingsDialog = memo(({ openDialog, setOpenDialog }) => {
}}
/>
}
label="Shortcode"
label="Observation shortcode"
labelPlacement="end"
className={classes.checkbox}
/>
Expand All @@ -74,7 +74,7 @@ export const SearchSettingsDialog = memo(({ openDialog, setOpenDialog }) => {
}}
/>
}
label="Aliases"
label="Compound aliases"
labelPlacement="end"
className={classes.checkbox}
/>
Expand Down

0 comments on commit 2fd529e

Please sign in to comment.