summaryrefslogtreecommitdiff
path: root/web/source/settings/views/moderation/accounts/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'web/source/settings/views/moderation/accounts/index.tsx')
-rw-r--r--web/source/settings/views/moderation/accounts/index.tsx16
1 files changed, 10 insertions, 6 deletions
diff --git a/web/source/settings/views/moderation/accounts/index.tsx b/web/source/settings/views/moderation/accounts/index.tsx
index 946ed323d..8464c8489 100644
--- a/web/source/settings/views/moderation/accounts/index.tsx
+++ b/web/source/settings/views/moderation/accounts/index.tsx
@@ -23,12 +23,16 @@ import { AccountSearchForm } from "./search";
export default function AccountsSearch({ }) {
return (
<div className="accounts-view">
- <h1>Accounts Search</h1>
- <span>
- You can perform actions on an account by clicking
- its name in a report, or by searching for the account
- using the form below and clicking on its name.
- </span>
+ <div className="form-section-docs">
+ <h1>Accounts Search</h1>
+ <p>
+ You can perform actions on an account by clicking
+ its name in a report, or by searching for the account
+ using the form below and clicking on its name.
+ <br/>
+ All fields in the below form are optional.
+ </p>
+ </div>
<AccountSearchForm />
</div>
);