Skip to content

Commit 9835228

Browse files
committed
Update the "Return to intro screen" button title to "Return to getting started."
1 parent 61a79fe commit 9835228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode/src/view/frontend/home/HomeView/HomeView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export const HomeView: React.FC<Props> = (props) => {
189189
<IconButton
190190
codicon_icon="chevron-left"
191191
on_click={props.on_show_intro}
192-
title="Return to intro screen"
192+
title="Return to getting started"
193193
/>
194194
<div ref={switch_container_ref}>
195195
<UiSwitch

0 commit comments

Comments
 (0)