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
- 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.