Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89e44da

Browse files
authored
fix: remove account description (#1427)
Resolves:#1419
1 parente6168ba commit89e44da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎site/src/pages/PreferencesPages/AccountPage/AccountPage.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { XServiceContext } from "../../../xServices/StateContext"
77

88
exportconstLanguage={
99
title:"Account",
10-
description:"Update your display name, email, and username.",
1110
unknownError:"Oops, an unknown error occurred.",
1211
}
1312

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

2726
return(
28-
<Sectiontitle={Language.title}description={Language.description}>
27+
<Sectiontitle={Language.title}>
2928
<AccountForm
3029
error={hasUnknownError ?Language.unknownError :undefined}
3130
formErrors={formErrors}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp