Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { XServiceContext } from "../../../xServices/StateContext"

export const Language = {
title: "Account",
description: "Update your display name, email, and username.",
unknownError: "Oops, an unknown error occurred.",
}

Expand All @@ -25,7 +24,7 @@ export const AccountPage: React.FC = () => {
}

return (
<Section title={Language.title} description={Language.description}>
<Section title={Language.title}>
<AccountForm
error={hasUnknownError ? Language.unknownError : undefined}
formErrors={formErrors}
Expand Down