Skip to content

Commit

Permalink
Update packages/jupyter-ai/src/components/copy-button.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Weill <[email protected]>
  • Loading branch information
andrii-i and JasonWeill committed Jan 25, 2024
1 parent 0154e9c commit d6311e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/jupyter-ai/src/components/copy-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ enum CopyStatus {
}

const COPYBTN_TEXT_BY_STATUS: Record<CopyStatus, string> = {
[CopyStatus.None]: 'Copy To Clipboard',
[CopyStatus.Copying]: 'Copying...',
[CopyStatus.None]: 'Copy to Clipboard',
[CopyStatus.Copying]: 'Copying',
[CopyStatus.Copied]: 'Copied!'
};

Expand Down

0 comments on commit d6311e0

Please sign in to comment.