File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ const PreviewEmptyState = () => {
235235 Parameters Playground
236236 </ p >
237237 < p className = "text-center font-medium text-content-secondary text-sm" >
238- Create dynamic parameters here, I need to figure out a better copy .
238+ Create dynamic forms for Workspaces that change based on user input .
239239 </ p >
240240 </ div >
241241 < a
@@ -369,7 +369,7 @@ const WasmLoading: FC = () => {
369369 Loading assets
370370 </ p >
371371 < p className = "text-content-secondary text-sm" >
372- Add some copy here to explain that this will only take a few moments
372+ Loading WebAssembly module, this should only take a few moments.
373373 </ p >
374374 </ div >
375375 </ div >
@@ -383,7 +383,7 @@ const WasmError: FC = () => {
383383 Unable to load assets{ " " }
384384 </ p >
385385 < p className = "text-content-destructive text-sm" >
386- Add some copy here to explain that this will only take a few moments
386+ There was an error loading the WebAssembly module.
387387 </ p >
388388 </ div >
389389 ) ;
You can’t perform that action at this time.
0 commit comments