Resolve requested changes

This commit is contained in:
WmeLuna 2023-10-11 15:25:24 -04:00
parent 62c0e2a1ed
commit 07a0e0e312

View file

@ -150,9 +150,9 @@ export class CustomFramesSettingTab extends PluginSettingTab {
});
});
new Setting(content)
.setName("Additional JS")
.setName("Additional JavaScript")
.setDesc(createFragment(f => {
f.createSpan({ text: "A snippet of additional JS that should be applied to this frame." });
f.createSpan({ text: "A snippet of additional JavaScript that should be applied to this frame." });
f.createEl("br");
f.createEl("em", { text: "Note that this is only applied on Desktop." });
}))