Skip to content

Commit 3faf71c

Browse files
samejrclaude
andcommitted
fix(webapp): drop the stray full stop from the Dark system setting row
It was the only settings row description on the account page ending in one. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent e67da93 commit 3faf71c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/webapp/app/routes/account._index

apps/webapp/app/routes/account._index/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ export default function Page() {
723723
<div className={cn("flex-1", SETTINGS_ROW_TITLE_GAP)}>
724724
<Label>Dark</Label>
725725
<SettingsRowDescription>
726-
Choose the theme for the dark system setting.
726+
Choose the theme for the dark system setting
727727
</SettingsRowDescription>
728728
</div>
729729
<div className="flex flex-none items-center">

0 commit comments

Comments
 (0)