Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions packages/frontend/app/routes/peers.$peerId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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{' '}
<a
className='default-link'
href='https://interledger.org/developers/rfcs/stream-protocol/#35-packets-and-frames'
href='https://rafiki.dev/admin/admin-user-guide/'
>
Interledger STREAM Packet
Interledger packet
</a>
.
</>
Expand Down
8 changes: 4 additions & 4 deletions packages/frontend/app/routes/peers.create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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{' '}
<a
className='default-link'
href='https://interledger.org/developers/rfcs/stream-protocol/#35-packets-and-frames'
href='https://rafiki.dev/admin/admin-user-guide/'
>
Interledger STREAM Packet
Interledger packet
</a>
.
</>
Expand Down
Loading