Skip to content

Commit

Permalink
fix: add single missing key for send route
Browse files Browse the repository at this point in the history
  • Loading branch information
benalleng committed Jul 31, 2023
1 parent 02350f7 commit a263947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ function DestinationInput(props: {
const i18n = useI18n();
return (
<VStack>
<SmallHeader>Destination</SmallHeader>
<SmallHeader>{i18n.t("send.destination")}</SmallHeader>
<textarea
value={props.fieldDestination}
onInput={(e) => {
Expand Down

0 comments on commit a263947

Please sign in to comment.