Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Jul 2, 2024
1 parent 4605d1f commit 8bc97a6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ export function SelectRefNodeHelp() {
return (
<InfoButton color="link">
<h5>{t('Select target for mutation calling.')}</h5>
<p>{t('The sequence view below shows differences between each query sequence and a "comparison target" that can be selected using this dropdown. Possible options are:')}</p>
<p>
{t(
'The sequence view below shows differences between each query sequence and a "comparison target" that can be selected using this dropdown. Possible options are:',
)}
</p>

<Ul>
<Li>{t('"Reference" - shows mutations relative to the reference sequence (as defined in the dataset).')}</Li>
Expand Down

0 comments on commit 8bc97a6

Please sign in to comment.