Skip to content

Commit 5ff2c2b

Browse files
committed
lang
1 parent 75f7d2e commit 5ff2c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/UserSettingsPage/TokensPage/TokensPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { Section } from "../../../components/Section/Section"
55
import { TokensPageView } from "./TokensPageView"
66

77
export const Language = {
8-
title: "Authentication Tokens",
8+
title: "Tokens",
99
description: (
1010
<p>
11-
Authentication tokens are used to authenticate with the Coder API.
11+
Tokens are keys used to authenticate with the Coder API.
1212
</p>
1313
),
1414
}

0 commit comments

Comments
 (0)