We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c78d19 commit 53531d4Copy full SHA for 53531d4
gui-sidebar/src/components/mainInput/ContinueButton.tsx
@@ -83,7 +83,7 @@ function ContinueButton(props: {
83
) : (
84
<PlayIcon width="18px" height="18px" />
85
)}
86
- CONTINUE
+ AutoDev
87
</>
88
89
</StyledButton>
gui-sidebar/src/pages/error.tsx
@@ -16,12 +16,12 @@ export default function ErrorPage() {
16
className="text-center"
17
style={{ backgroundColor: vscBackground }}
18
>
19
- <h1>Error in Continue React App</h1>
+ <h1>Error in AutoDev Debug page</h1>
20
<p>
21
<i>{error.statusText || error.message}</i>
22
</p>
23
<br />
24
- <p>Click below to Continue</p>
+ <p>Click below to continue</p>
25
26
<ContinueButton
27
disabled={false}
0 commit comments