Skip to content

Commit

Permalink
Changed name to 'regenerate note type table'
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudonium committed Dec 14, 2020
1 parent 1131b49 commit 24cb244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ export class SettingsTab extends PluginSettingTab {
const plugin = (this as any).plugin
let action_buttons = containerEl.createEl('h3', {text: 'Actions'})
new Setting(action_buttons)
.setName("Regenerate Table")
.setName("Regenerate Note Type Table")
.setDesc("Connect to Anki to regenerate the table with new note types, or get rid of deleted note types.")
.addButton(
button => {
Expand Down

0 comments on commit 24cb244

Please sign in to comment.