diff --git a/client/src/components/Pages/Structure/Input/TemplatedSequenceElementInput/TemplatedSequenceElementInput.tsx b/client/src/components/Pages/Structure/Input/TemplatedSequenceElementInput/TemplatedSequenceElementInput.tsx
index 5456909..8611f7a 100644
--- a/client/src/components/Pages/Structure/Input/TemplatedSequenceElementInput/TemplatedSequenceElementInput.tsx
+++ b/client/src/components/Pages/Structure/Input/TemplatedSequenceElementInput/TemplatedSequenceElementInput.tsx
@@ -134,7 +134,7 @@ const TemplatedSequenceElementInput: React.FC<
placement="bottom"
title={
- The starting genomic position of the segment. 1-indexed.
+ The starting genomic position of the segment. Inter-residue.
}
>
@@ -151,7 +151,7 @@ const TemplatedSequenceElementInput: React.FC<
placement="bottom"
title={
- The ending genomic position of the segment. 1-indexed.
+ The ending genomic position of the segment. Inter-residue.
}
>
diff --git a/client/src/components/Pages/Structure/Input/TxSegmentElementInput/TxSegmentElementInput.tsx b/client/src/components/Pages/Structure/Input/TxSegmentElementInput/TxSegmentElementInput.tsx
index 0a79f32..e83895e 100644
--- a/client/src/components/Pages/Structure/Input/TxSegmentElementInput/TxSegmentElementInput.tsx
+++ b/client/src/components/Pages/Structure/Input/TxSegmentElementInput/TxSegmentElementInput.tsx
@@ -330,7 +330,7 @@ const TxSegmentCompInput: React.FC = ({
placement="bottom"
title={
- The starting genomic position of the segment. 1-indexed.
+ The starting genomic position of the segment. Inter-residue.
}
>
@@ -358,7 +358,7 @@ const TxSegmentCompInput: React.FC = ({
placement="bottom"
title={
- The ending genomic position of the segment. 1-indexed.
+ The ending genomic position of the segment. Inter-residue.
}
>