Skip to content

Commit

Permalink
Made modal paragraph text different than h1 text
Browse files Browse the repository at this point in the history
  • Loading branch information
srz2 committed Oct 26, 2023
1 parent c86e88a commit 0779e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ class JiraIssueInputModal extends Modal {
onOpen() {
const { contentEl } = this;

contentEl.createEl("h1", { text: "Enter your JIRA Issue" });
contentEl.createEl("p", {text: 'Enter your jira issue which will then be appended to your jira url'})
contentEl.createEl("h1", { text: "Enter your Jira issue" });
contentEl.createEl("p", {text: 'Enter an issue number which will then be appended to your Jira instance url'})

new Setting(contentEl)
.setName("Jira Issue")
Expand Down

0 comments on commit 0779e87

Please sign in to comment.