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:
Michael Bahr 2024-07-09 17:48:56 +02:00 committed by GitHub
parent 33d6a254c9
commit b28879a3e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]} />}