diff --git a/packages/renderer/src/lib/dashboard/ProviderInstalled.svelte b/packages/renderer/src/lib/dashboard/ProviderInstalled.svelte index ad2f546e6df..2505a04d696 100644 --- a/packages/renderer/src/lib/dashboard/ProviderInstalled.svelte +++ b/packages/renderer/src/lib/dashboard/ProviderInstalled.svelte @@ -139,7 +139,7 @@ function onInstallationClick() { To start working with containers, {provider.name} needs to be initialized.
-- Could not find an installation. To start working with containers, {provider.name} needs to be detected/installed. -
-{detectionCheck.status ? '✅' : '❌'} {detectionCheck.name}
- {#if detectionCheck.details} - Details:{detectionCheck.details}
- {/if} -+ Could not find an installation. To start working with containers, {provider.name} needs to be detected/installed. +
+{detectionCheck.status ? '✅' : '❌'} {detectionCheck.name}
+ {#if detectionCheck.details} + Details:{detectionCheck.details}
+ {/if} +