diff --git a/packages/frontend/app/routes/peers.$peerId.tsx b/packages/frontend/app/routes/peers.$peerId.tsx
index 8cadf5e4c7..09b2f852f6 100644
--- a/packages/frontend/app/routes/peers.$peerId.tsx
+++ b/packages/frontend/app/routes/peers.$peerId.tsx
@@ -165,12 +165,13 @@ export default function ViewPeerPage() {
error={response?.errors.general.fieldErrors.maxPacketAmount}
description={
<>
- The maximum amount of value that can be sent in a single{' '}
+ The maximum amount of value that you are willing to
+ accept from the peer in a single{' '}
- Interledger STREAM Packet
+ Interledger packet
.
>
diff --git a/packages/frontend/app/routes/peers.create.tsx b/packages/frontend/app/routes/peers.create.tsx
index 37de58cfef..61f9838f53 100644
--- a/packages/frontend/app/routes/peers.create.tsx
+++ b/packages/frontend/app/routes/peers.create.tsx
@@ -136,13 +136,13 @@ export default function CreatePeerPage() {
error={response?.errors?.fieldErrors?.maxPacketAmount}
description={
<>
- The maximum amount of value that can be sent in a
- single{' '}
+ The maximum amount of value that you are willing to
+ accept from the peer in a single{' '}
- Interledger STREAM Packet
+ Interledger packet
.
>