Skip to content

Commit

Permalink
Fix copy button accessible title in share dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Jan 16, 2024
1 parent 56d4c32 commit 4629ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/latest/scripts/dialogs/ShareDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function ShareDialogBody() {
<Nav.Item>
<Nav.Link eventKey="cmc">CMC response</Nav.Link>
</Nav.Item>
<CopyButton className="ms-auto my-1" title="Copy output" generate={() => content} />
<CopyButton className="ms-auto my-1" title="Copy text" generate={() => content} />
</Nav>
<pre className="bg-dark-subtle p-2 text-wrap">
<code>
Expand Down

0 comments on commit 4629ea9

Please sign in to comment.