Skip to content

Commit 53531d4

Browse files
committed
style(gui): update text and button labels
- Update text and button labels for consistency and clarity.
1 parent 5c78d19 commit 53531d4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gui-sidebar/src/components/mainInput/ContinueButton.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function ContinueButton(props: {
8383
) : (
8484
<PlayIcon width="18px" height="18px" />
8585
)}
86-
CONTINUE
86+
AutoDev
8787
</>
8888
)}
8989
</StyledButton>

gui-sidebar/src/pages/error.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ export default function ErrorPage() {
1616
className="text-center"
1717
style={{ backgroundColor: vscBackground }}
1818
>
19-
<h1>Error in Continue React App</h1>
19+
<h1>Error in AutoDev Debug page</h1>
2020
<p>
2121
<i>{error.statusText || error.message}</i>
2222
</p>
2323
<br />
24-
<p>Click below to Continue</p>
24+
<p>Click below to continue</p>
2525
<br />
2626
<ContinueButton
2727
disabled={false}

0 commit comments

Comments
 (0)