Skip to content

Commit

Permalink
Update setting description
Browse files Browse the repository at this point in the history
  • Loading branch information
decaplanet committed Dec 27, 2023
1 parent fe1203b commit 13e808f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/settings/settingTab.ts
Expand Up @@ -241,8 +241,8 @@ export class MainPluginSettingTab extends PluginSettingTab {
text: "Other Settings",
});
new Setting(containerEl)
.setName("Notify when no changes are needed")
.setDesc("Displays a different message when no changes were made.")
.setName("Notify when no change is needed")
.setDesc("Displays a different message when no change was made.")
.addToggle((text) =>
text
.setValue(
Expand Down
2 changes: 1 addition & 1 deletion src/settings/settingTypes.ts
Expand Up @@ -26,7 +26,7 @@ export interface FormatSettings {
}

export interface OtherSettings {
/** Displays a different message when no changes were made. */
/** Displays a different message when no change was made. */
notifyWhenUnchanged: boolean;
}

Expand Down

0 comments on commit 13e808f

Please sign in to comment.