We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ecc4b7 commit a7cf468Copy full SHA for a7cf468
apps/vyper/src/app/app.tsx
@@ -76,7 +76,7 @@ const App: React.FC = () => {
76
<div className="px-3 pt-3 mb-3 w-100">
77
<CustomTooltip
78
placement="bottom"
79
- tooltipText="Clone vyper examples. Switch to the Vyper workspace to see the examples."
+ tooltipText="Clone Vyper examples. Switch to the File Explorer to see the examples."
80
>
81
<Button data-id="add-repository" className="w-100 text-dark bg-light btn-outline-primary " onClick={() => remixClient.cloneVyperRepo()}>
82
Clone Vyper examples repository
0 commit comments