Skip to content

Commit

Permalink
chore: apply requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Sep 20, 2024
1 parent 44f0c77 commit 4c17ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio-next/src/components/Editor/ShareButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const ShareButton: React.FunctionComponent<ShareButtonProps> = () => {
{
loading: 'Copying URL to clipboard...',
success: 'URL copied to clipboard!',
error: 'Failed to share document.',
error: 'Failed to share the AsyncAPI document.',
}
);
};
Expand Down

0 comments on commit 4c17ed0

Please sign in to comment.