diff --git a/apps/vyper/src/app/components/WarnRemote.tsx b/apps/vyper/src/app/components/WarnRemote.tsx index 3ece01895b..1235eebde7 100644 --- a/apps/vyper/src/app/components/WarnRemote.tsx +++ b/apps/vyper/src/app/components/WarnRemote.tsx @@ -11,8 +11,7 @@ function WarnRemoteLabel({ environment }: Props) { } return ( -
It is really important to not use the remote compiler for production environment. - Please only use it for testing purpose and prefer to using a local compiler for production like environment.
+
The remote compiler should only be used for testing NOT for production environments. For production, use a local compiler.
) }