Skip to content

Commit

Permalink
fix: better name for Sync on Start in settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Apr 16, 2024
1 parent 495ec9c commit 93fe7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ class OmnivoreSettingTab extends PluginSettingTab {
})

new Setting(containerEl)
.setName('Sync on Start')
.setName('Sync on startup')
.setDesc(
'Check this box if you want to sync with Omnivore when the app is loaded',
)
Expand Down

0 comments on commit 93fe7e9

Please sign in to comment.