We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1131b49 commit 24cb244Copy full SHA for 24cb244
1 file changed
src/settings.ts
@@ -330,7 +330,7 @@ export class SettingsTab extends PluginSettingTab {
330
const plugin = (this as any).plugin
331
let action_buttons = containerEl.createEl('h3', {text: 'Actions'})
332
new Setting(action_buttons)
333
- .setName("Regenerate Table")
+ .setName("Regenerate Note Type Table")
334
.setDesc("Connect to Anki to regenerate the table with new note types, or get rid of deleted note types.")
335
.addButton(
336
button => {
0 commit comments