Skip to content

Commit 24cb244

Browse files
author
Rubaiyat Khondaker
committed
Changed name to 'regenerate note type table'
1 parent 1131b49 commit 24cb244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ export class SettingsTab extends PluginSettingTab {
330330
const plugin = (this as any).plugin
331331
let action_buttons = containerEl.createEl('h3', {text: 'Actions'})
332332
new Setting(action_buttons)
333-
.setName("Regenerate Table")
333+
.setName("Regenerate Note Type Table")
334334
.setDesc("Connect to Anki to regenerate the table with new note types, or get rid of deleted note types.")
335335
.addButton(
336336
button => {

0 commit comments

Comments
 (0)