diff --git a/webviews/components/Sidebar.svelte b/webviews/components/Sidebar.svelte index cc3ab53..ee40e46 100644 --- a/webviews/components/Sidebar.svelte +++ b/webviews/components/Sidebar.svelte @@ -21,7 +21,7 @@ {#if files.length === 0} -

No .env files found.

+

No environment files found. Open a folder of your project to see the environment values.

{/if} {#each files as file}