From 89e44da8990e47ebe05e8a6eb808fe853e015ce6 Mon Sep 17 00:00:00 2001 From: G r e y Date: Fri, 13 May 2022 11:53:14 -0400 Subject: [PATCH] fix: remove account description (#1427) Resolves: #1419 --- site/src/pages/PreferencesPages/AccountPage/AccountPage.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/src/pages/PreferencesPages/AccountPage/AccountPage.tsx b/site/src/pages/PreferencesPages/AccountPage/AccountPage.tsx index 008c89586b..df778cffbb 100644 --- a/site/src/pages/PreferencesPages/AccountPage/AccountPage.tsx +++ b/site/src/pages/PreferencesPages/AccountPage/AccountPage.tsx @@ -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.", } @@ -25,7 +24,7 @@ export const AccountPage: React.FC = () => { } return ( -
+