Skip to content

Commit

Permalink
Merge pull request #441 from yogeshojha/fix/436
Browse files Browse the repository at this point in the history
Fixed #436
  • Loading branch information
yogeshojha authored Aug 16, 2021
2 parents 63b9aa7 + fad29a8 commit 0c90f18
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ <h4>Notification Settings</h4>
<div class="form-check pl-0 mt-1">
<div class="custom-control custom-checkbox checkbox-info">
{{form.send_subdomain_changes_notif}}
<label class="custom-control-label text-dark" for="send_new_subdomain_notif">
<label class="custom-control-label text-dark" for="send_subdomain_changes_notif">
Subdomain Changes
<br>
<span class="text-muted">
Expand All @@ -157,7 +157,7 @@ <h4>Notification Settings</h4>
<div class="form-check pl-0 mt-1">
<div class="custom-control custom-checkbox checkbox-info">
{{form.send_scan_output_file}}
<label class="custom-control-label text-dark" for="send_scan_status_notif">
<label class="custom-control-label text-dark" for="send_scan_output_file">
Send Scan Output (e.g. Subdomain gathered file)
<br>
<span class="text-info">Only discord is supported!</span>
Expand Down

0 comments on commit 0c90f18

Please sign in to comment.