ssb: Rename broadcasts to something not worse.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 31m41s

This commit is contained in:
2025-05-27 21:09:26 -04:00
parent 5fcbe3d6a9
commit 899827a8f2
2 changed files with 2 additions and 2 deletions

View File

@ -277,7 +277,7 @@ class TfTabConnectionsElement extends LitElement {
class="w3-button w3-block w3-theme-d1"
@click=${() => self.toggle_accordian('broadcasts')}
>
Broadcasts (${this.valid_broadcasts().length})
Discovery (${this.valid_broadcasts().length})
</h2>
<ul class="w3-ul w3-border w3-hide" id="broadcasts">
${this.valid_broadcasts().map((x) => self.render_broadcast(x))}