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 51ac633 commit 8c9b9e1Copy full SHA for 8c9b9e1
site/src/pages/PreferencesPages/AccountPage/AccountPage.tsx
@@ -7,7 +7,6 @@ import { XServiceContext } from "../../../xServices/StateContext"
7
8
export const Language = {
9
title: "Account",
10
- description: "Update your email and username.",
11
unknownError: "Oops, an unknown error occurred.",
12
}
13
@@ -25,7 +24,7 @@ export const AccountPage: React.FC = () => {
25
24
26
27
return (
28
- <Section title={Language.title} description={Language.description}>
+ <Section title={Language.title}>
29
<AccountForm
30
error={hasUnknownError ? Language.unknownError : undefined}
31
formErrors={formErrors}
0 commit comments