Skip to content

Commit

Permalink
Change setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
personalizedrefrigerator committed Jan 11, 2025
1 parent a17f4c8 commit 5136bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/lib/models/settings/builtInMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1140,8 +1140,8 @@ const builtInMetadata = (Setting: typeof SettingType) => {
[ScrollbarSize.Large]: _('Large'),
}),

label: () => _('Larger scrollbars'),
description: () => _('Increases the width of scrollbars.'),
label: () => _('Scrollbar size'),
description: () => _('Configures the size of scrollbars used in the app.'),
storage: SettingStorage.File,
isGlobal: true,
},
Expand Down

0 comments on commit 5136bb0

Please sign in to comment.