ssb: Add a missing 'Encrypt' label.

This commit is contained in:
2025-07-02 18:30:35 -04:00
parent 9f6a480736
commit beb9ef3754
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "🦀", "emoji": "🦀",
"previous": "&/YzfcH8j71vWug7A1onPoyHsY1JzDsRza8WUHqgBbqo=.sha256" "previous": "&Ym1vefMN4CV4UIgLuV+zu52qj58WwIScctt4v5YIHmQ=.sha256"
} }

View File

@ -581,7 +581,7 @@ class TfComposeElement extends LitElement {
class="w3-button w3-bar-item w3-theme-d1" class="w3-button w3-bar-item w3-theme-d1"
@click=${() => this.set_encrypt([])} @click=${() => this.set_encrypt([])}
> >
🔐 🔐 Encrypt
</button>`; </button>`;
let result = html` let result = html`
<style> <style>