From 6105fca361cd0fad1495355f2f257eb12bca6e5d Mon Sep 17 00:00:00 2001 From: Kori Kuzma Date: Mon, 7 Oct 2024 14:59:31 -0400 Subject: [PATCH] chore: use consistent labeling for coordinate system (#342) --- .../TemplatedSequenceElementInput.tsx | 4 ++-- .../Input/TxSegmentElementInput/TxSegmentElementInput.tsx | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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. } >