Skip to content

Commit 7d2353b

Browse files
authored
fix: update Podman link, fix error text mismatch (#402)
1 parent 21a0c2c commit 7d2353b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renderer/src/common/components/error/connection-refused-error.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,9 @@ export function ConnectionRefusedError() {
129129
<div className="bg-muted rounded-md p-3 text-sm">
130130
<p className="mb-2 font-medium">To get started:</p>
131131
<ol className="list-inside list-decimal space-y-1">
132-
<li>Install Docker Desktop or Podman</li>
132+
<li>Install Docker Desktop or Podman Desktop</li>
133133
<li>Start the container engine</li>
134-
<li>Click "Check Again" to continue</li>
134+
<li>Click "Try Again" to continue</li>
135135
</ol>
136136
</div>
137137

@@ -140,8 +140,8 @@ export function ConnectionRefusedError() {
140140
Install Docker Desktop
141141
</ExternalLinkButton>
142142

143-
<ExternalLinkButton href="https://podman.io/getting-started/installation">
144-
Install Podman
143+
<ExternalLinkButton href="https://podman-desktop.io/downloads">
144+
Install Podman Desktop
145145
</ExternalLinkButton>
146146
</div>
147147
</BaseErrorScreen>

0 commit comments

Comments
 (0)