diff --git a/frontend/src/lib/components/ModulePreview.svelte b/frontend/src/lib/components/ModulePreview.svelte index c6c51f1b2f..76051b486a 100644 --- a/frontend/src/lib/components/ModulePreview.svelte +++ b/frontend/src/lib/components/ModulePreview.svelte @@ -107,7 +107,7 @@ {:else if testIsLoading} Waiting for Result... {:else} - Test to see result here + Test to see the result here {/if} diff --git a/frontend/src/lib/components/script_editor/LogPanel.svelte b/frontend/src/lib/components/script_editor/LogPanel.svelte index b8316d7f6e..3c28100d64 100644 --- a/frontend/src/lib/components/script_editor/LogPanel.svelte +++ b/frontend/src/lib/components/script_editor/LogPanel.svelte @@ -81,7 +81,7 @@ result={previewJob.result} /> {:else if previewIsLoading}Waiting for Result... - {:else}Test to see result here + {:else}Test to see the result here {/if}