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 16ca231 commit 316229fCopy full SHA for 316229f
src/apps/accounts/src/settings/tabs/account/AccountTab.tsx
@@ -14,7 +14,7 @@ interface AccountTabProps {
14
15
const AccountTab: FC<AccountTabProps> = (props: AccountTabProps) => (
16
<div className={styles.container}>
17
- <h3>ACCOUNT INFORMATION & SECURITY</h3>
+ <h3>ACCOUNT INFORMATION</h3>
18
19
<AccountRole profile={props.profile} />
20
0 commit comments