chore: fix crash on update relays

This commit is contained in:
2025-02-13 20:44:50 +07:00
parent b4f9d5b3c4
commit ce9193c187
2 changed files with 34 additions and 32 deletions

View File

@@ -188,7 +188,7 @@ impl AppView {
this.keyboard(false)
.closable(false)
.width(px(420.))
.title("Your Messaging Relays is not configured")
.title("Your Messaging Relays are not configured")
.child(relays.clone())
.footer(
div()