File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
renderer/src/common/components/error Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments