Skip to content

Commit 2f8a4ad

Browse files
committed
fix: 💄 adjust settings titles to match style guide
use "Sentence case" for tab titles
1 parent 8f3fde9 commit 2f8a4ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "readwise-mirror",
3-
"name": "Readwise Mirror",
3+
"name": "Readwise mirror",
44
"version": "1.5.0-beta.22",
55
"minAppVersion": "1.1.1",
66
"description": "Mirror your Readwise library directly to an Obsidian vault",

src/ui/settings-tab.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,15 @@ export default class ReadwiseMirrorSettingTab extends PluginSettingTab {
254254
},
255255
{
256256
id: 'files',
257-
name: 'File Tracking & Naming',
257+
name: 'File tracking and naming',
258258
render: (container) => {
259259
this.renderFileTracking(container);
260260
this.renderFilenameSettings(container);
261261
},
262262
},
263263
{
264-
id: 'structure-display',
265-
name: 'Structure & Display',
264+
id: 'highlights',
265+
name: 'Highlights',
266266
render: (container) => {
267267
this.renderAuthorSettings(container);
268268
this.renderHighlightSettings(container);

0 commit comments

Comments
 (0)