Closes #3393 - changed warning text

pull/5370/head
Martin Krung 11 months ago committed by Aniket
parent 36dd616f11
commit 24ce496a22
  1. 2
      apps/vyper/src/app/components/WarnRemote.tsx

@ -10,7 +10,7 @@ function WarnRemoteLabel({environment}: Props) {
}
return (
<small className="mx-4 text-warning pb-4">The remote compiler should only be used for testing NOT for production environments. For production, use a local compiler.</small>
<small className="mx-4 text-warning pb-4">Do not use the remote compiler in a production environment, it is only for testing purposes. For production, use a local compiler.</small>
)
}

Loading…
Cancel
Save