Skip to content

Commit

Permalink
adds Service Parameters to TXT RR heading
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-burns committed Aug 29, 2024
1 parent 4ce4807 commit 6dc7845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/playground/sd_inspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ class UiServiceInstance extends UiEntry {
} else {
if (list.length > 0) {
let h2 = document.createElement('H2');
let text = document.createTextNode('TXT Entries');
let text = document.createTextNode('Service Parameters (TXT Entries)');
h2.appendChild(text);
content.appendChild(h2);
}
Expand Down

0 comments on commit 6dc7845

Please sign in to comment.