mirror of
https://github.com/adiguno/hello-nemesis.git
synced 2026-07-22 05:37:31 +00:00
change setting name to use sentence case
This commit is contained in:
parent
8dd3678a06
commit
1f0f85d4ff
1 changed files with 1 additions and 1 deletions
2
main.ts
2
main.ts
|
|
@ -206,7 +206,7 @@ class NemesisSettingTab extends PluginSettingTab {
|
|||
containerEl.empty();
|
||||
|
||||
new Setting(containerEl)
|
||||
.setName("OpenAI API Key")
|
||||
.setName("OpenAI API key")
|
||||
.setDesc("Set your OpenAI API key here.")
|
||||
.addText((text) =>
|
||||
text
|
||||
|
|
|
|||
Loading…
Reference in a new issue