Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Dec 16, 2024
1 parent f507b4f commit 0f104d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/ui/components/resources/realm-transfer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const RealmTransfer = memo(
// TODO:
}}
>
{type === "send" ? "Receive All" : "Send All"}
{type === "send" ? "Send All" : "Receive All"}
</Button>
</div>
</div>
Expand Down

0 comments on commit 0f104d5

Please sign in to comment.