We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f7d2e commit 5ff2c2bCopy full SHA for 5ff2c2b
site/src/pages/UserSettingsPage/TokensPage/TokensPage.tsx
@@ -5,10 +5,10 @@ import { Section } from "../../../components/Section/Section"
5
import { TokensPageView } from "./TokensPageView"
6
7
export const Language = {
8
- title: "Authentication Tokens",
+ title: "Tokens",
9
description: (
10
<p>
11
- Authentication tokens are used to authenticate with the Coder API.
+ Tokens are keys used to authenticate with the Coder API.
12
</p>
13
),
14
}
0 commit comments