From b8ff891c316c8ec57c071146787a19efc660a189 Mon Sep 17 00:00:00 2001 From: Bauke Date: Wed, 12 Jul 2023 13:51:25 +0200 Subject: [PATCH] Small prose tweak. --- source/options/components/username-colors.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/options/components/username-colors.tsx b/source/options/components/username-colors.tsx index 4e5368a..bb92e39 100644 --- a/source/options/components/username-colors.tsx +++ b/source/options/components/username-colors.tsx @@ -185,9 +185,9 @@ export class UsernameColorsSetting extends Component { You can enter multiple usernames separated by a comma if you want them to use the same color.
- If randomize is selected then all usernames will be given a random - background color. This will not override colors you have manually - assigned. + If randomize is enabled then all usernames will be given a random + background color based on a hash of the username. Manually assigned + colors will be applied normally.