Skip to content

Commit

Permalink
apply translation to metadata tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfk committed Jan 10, 2024
1 parent 21c3d8f commit 1d14103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Beacon/BeaconQueryUi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ const BeaconQueryUi = () => {
</Space>
);

const metadataInstructions = <ToolTipText>{METADATA_INSTRUCTIONS}</ToolTipText>;
const metadataInstructions = <ToolTipText>{td(METADATA_INSTRUCTIONS)}</ToolTipText>;
const isFetchingBeaconQuery = useAppSelector((state) => state.beaconQuery.isFetchingQueryResponse);

return (
Expand Down

0 comments on commit 1d14103

Please sign in to comment.