Skip to content

Commit

Permalink
fix: grammar improvement in settings (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
smathewmanuel authored Nov 28, 2023
1 parent cc4cc5e commit 1d81577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setting/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ export class ObsidianGitSettingsTab extends PluginSettingTab {
);

new Setting(containerEl)
.setName("Show changes files count in status bar")
.setName("Show the count of modified files in the status bar")
.addToggle((toggle) =>
toggle
.setValue(plugin.settings.changedFilesInStatusBar)
Expand Down

0 comments on commit 1d81577

Please sign in to comment.