Skip to content
Snippets Groups Projects
Unverified Commit a781f9f7 authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

Update query results download tooltip copy (#40849) (#40856)

parent 5115001f
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,8 @@ const QueryDownloadPopover = ({
};
const formattingInfoTooltipLabel = isMac()
? t`Option click to download without formatting applied`
: t`Alt click to download without formatting applied`;
? t`Hold the Option key to download unformatted results`
: t`Hold the Alt key to download unformatted results`;
return (
<DownloadPopoverRoot isExpanded={hasTruncatedResults}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment