diff --git a/client/src/components/Pages/Structure/Input/TemplatedSequenceElementInput/TemplatedSequenceElementInput.tsx b/client/src/components/Pages/Structure/Input/TemplatedSequenceElementInput/TemplatedSequenceElementInput.tsx index b4ef0f3..435e780 100644 --- a/client/src/components/Pages/Structure/Input/TemplatedSequenceElementInput/TemplatedSequenceElementInput.tsx +++ b/client/src/components/Pages/Structure/Input/TemplatedSequenceElementInput/TemplatedSequenceElementInput.tsx @@ -137,7 +137,7 @@ const TemplatedSequenceElementInput: React.FC< placement="bottom" title={ - The starting genomic position of the segment. Inter-residue. + The starting genomic position (inter-residue) of the segment. } > @@ -154,7 +154,7 @@ const TemplatedSequenceElementInput: React.FC< placement="bottom" title={ - The ending genomic position of the segment. Inter-residue. + The ending genomic position (inter-residue) of the segment. } > diff --git a/client/src/components/Pages/Structure/Input/TxSegmentElementInput/TxSegmentElementInput.tsx b/client/src/components/Pages/Structure/Input/TxSegmentElementInput/TxSegmentElementInput.tsx index 613b854..ebff92e 100644 --- a/client/src/components/Pages/Structure/Input/TxSegmentElementInput/TxSegmentElementInput.tsx +++ b/client/src/components/Pages/Structure/Input/TxSegmentElementInput/TxSegmentElementInput.tsx @@ -333,7 +333,8 @@ const TxSegmentCompInput: React.FC = ({ placement="bottom" title={ - The starting genomic position of the segment. Inter-residue. + The starting genomic position (inter-residue) of the transcript + segment. } > @@ -361,7 +362,8 @@ const TxSegmentCompInput: React.FC = ({ placement="bottom" title={ - The ending genomic position of the segment. Inter-residue. + The ending genomic position (inter-residue) of the transcript + segment. } >