Skip to content

Commit

Permalink
fix(web): rename "Full genome" to "Nucleotide sequence"
Browse files Browse the repository at this point in the history
A more accurate term, by request from scientists
  • Loading branch information
ivan-aksamentov committed Oct 20, 2023
1 parent 658d99b commit b82d4d0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ function OptionLabelFullGenome({ isMenu: _ }: { isMenu?: boolean }) {
const { t } = useTranslationSafe()
return (
<Indent>
<BadgeWide $color="#54AD56" className="mr-1 px-2 py-1" title={t('Full genome')}>
{t('Full genome')}
<BadgeWide $color="#54AD56" className="mr-1 px-2 py-1" title={t('Nucleotide sequence')}>
{t('Nucleotide sequence')}
</BadgeWide>
</Indent>
)
Expand Down

0 comments on commit b82d4d0

Please sign in to comment.