diff --git a/source/options/components/anonymize-usernames.tsx b/source/options/components/anonymize-usernames.tsx index bfd9f89..b2b49c2 100644 --- a/source/options/components/anonymize-usernames.tsx +++ b/source/options/components/anonymize-usernames.tsx @@ -55,7 +55,8 @@ export class AnonymizeUsernamesSetting extends Component { return (

- Anonymizes usernames by replacing them with "Anonymous #". + Anonymizes usernames by replacing them with an incrementing "Anonymous + #" or a SHA-256 hash of the username.
Note that User Labels and Username Colors will still be applied to any usernames as normal. @@ -63,7 +64,15 @@ export class AnonymizeUsernamesSetting extends Component {