renaming Account -> Cline Account

This commit is contained in:
pashpashpash
2025-02-04 12:47:09 -08:00
parent dcc06b2e3d
commit d4da786018
@@ -39,7 +39,7 @@ const AccountView = ({ onDone }: AccountViewProps) => {
marginBottom: "17px",
paddingRight: 17,
}}>
<h3 style={{ color: "var(--vscode-foreground)", margin: 0 }}>Account</h3>
<h3 style={{ color: "var(--vscode-foreground)", margin: 0 }}>Cline Account</h3>
<VSCodeButton onClick={onDone}>Done</VSCodeButton>
</div>
<div