Skip to content

Commit

Permalink
rephrase
Browse files Browse the repository at this point in the history
  • Loading branch information
KentoNishi committed Dec 16, 2024
1 parent 1daa12c commit f8155be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/InterfaceSettings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<Checkbox name="Show timestamps" store={showTimestamps} />
<Checkbox name="Show usernames" store={showUsernames} />
<Checkbox name="Show user badges" store={showUserBadges} />
<Checkbox name="Show experimental YouTube chat summaries" store={showChatSummary} />
<Checkbox name="Show experimental chat summaries by YouTube" store={showChatSummary} />
<Checkbox name="Highlight mentions" store={enableHighlightedMentions} />
</Card>

Expand Down

0 comments on commit f8155be

Please sign in to comment.