Skip to content

Commit

Permalink
Fixed typo in settings (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanStrik authored Aug 25, 2023
1 parent 7d6b4bb commit de6b7c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/settings/Settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ export class KoboHighlightsImporterSettingsTab extends PluginSettingTab {

add_template_path(): void {
new Setting(this.containerEl)
.setName('Tempalte Path')
.setDesc('Which tempalte to use for extracted highlights')
.setName('Template Path')
.setDesc('Which template to use for extracted highlights')
.addSearch((cb) => {
new FileSuggestor(this.app, cb.inputEl);
cb.setPlaceholder("Example: folder1/template")
Expand Down

0 comments on commit de6b7c3

Please sign in to comment.