Skip to content

Commit

Permalink
XDR: update labels (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
quietbits authored Aug 14, 2024
1 parent c8936e2 commit 7fdea34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/(sidebar)/xdr/to/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default function ToXdr() {
<Textarea
id="to-xdr-json"
fieldSize="md"
label="Transaction JSON"
label="JSON"
rows={10}
hasCopyButton
value={xdr.jsonString}
Expand Down Expand Up @@ -110,7 +110,7 @@ export default function ToXdr() {
{jsonXdrEncoded?.xdrString ? (
<XdrPicker
id="to-xdr-encoded"
label="Transaction XDR"
label="Base-64 encoded XDR"
value={jsonXdrEncoded.xdrString}
hasCopyButton
readOnly
Expand Down
2 changes: 1 addition & 1 deletion src/app/(sidebar)/xdr/view/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function ViewXdr() {
<Box gap="lg">
<XdrPicker
id="view-xdr-blob"
label="Transaction XDR"
label="Base-64 encoded XDR"
value={xdr.blob}
hasCopyButton
note={
Expand Down

0 comments on commit 7fdea34

Please sign in to comment.