mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
chore: reword headline from tokens to credentials (#63714)
Updates a headline to better reflect that we now use more than just tokens. ## Test plan Existing CI ## Changelog <!-- OPTIONAL; info at https://www.notion.so/sourcegraph/Writing-a-changelog-entry-dd997f411d524caabf0d8d38a24a878c -->
This commit is contained in:
parent
33d6a254c9
commit
b28879a3e7
@ -81,7 +81,7 @@ const CodeHostConnections: React.FunctionComponent<React.PropsWithChildren<CodeH
|
||||
const shouldShowError = !success && setupError && gitHubAppKind !== GitHubAppKind.COMMIT_SIGNING
|
||||
return (
|
||||
<Container className="mb-3">
|
||||
<H3>Code host tokens</H3>
|
||||
<H3>Code host credentials</H3>
|
||||
{headerLine}
|
||||
<ConnectionContainer className="mb-3">
|
||||
{error && <ConnectionError errors={[error.message]} />}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user