Skip to content

Commit

Permalink
Add title to settings
Browse files Browse the repository at this point in the history
  • Loading branch information
friebetill committed Nov 2, 2022
1 parent f5c5b30 commit 01de80b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/settings/settingTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ export class SettingTab extends PluginSettingTab {

containerEl.empty();

containerEl.createEl("h2", {
text: "Obsidian DeepL - Settings",
});
new Setting(containerEl)
.setName("DeepL API Key")
.setDesc("Get one for free at https://deepl.com/pro.")
Expand Down

0 comments on commit 01de80b

Please sign in to comment.